public class CachedConstructor extends ParameterTypes implements MetaMember
| Fields inherited from class | Fields | 
|---|---|
class ParameterTypes | 
                            isVargsMethod, nativeParamTypes, parameterTypes | 
                        
| Constructor and description | 
|---|
                                CachedConstructor(CachedClass clazz, Constructor c) | 
                        
                                CachedConstructor(Constructor c) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public Object | 
                            doConstructorInvoke(Object[] argumentArray) | 
                        
 | 
                            public static CachedConstructor | 
                            find(Constructor constructor) | 
                        
 | 
                            public CachedClass | 
                            getCachedClass() | 
                        
 | 
                            public Constructor | 
                            getCachedConstructor() | 
                        
 | 
                            public Class | 
                            getDeclaringClass() | 
                        
 | 
                            public int | 
                            getModifiers() | 
                        
 | 
                            public String | 
                            getName() | 
                        
 | 
                            protected Class[] | 
                            getPT() | 
                        
 | 
                            public Object | 
                            invoke(Object[] argumentArray) | 
                        
 | 
                            public boolean | 
                            isSynthetic() | 
                        
 | 
                            public String | 
                            toString() | 
                        
| Methods inherited from class | Name | 
|---|---|
class ParameterTypes | 
                            coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getPT, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes | 
                        
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.