Modifier and Type | Method and Description |
---|---|
abstract MetaConstructor |
MetaClass.getBestMatchingConstructor(Class... parameters) |
abstract MetaConstructor |
MetaClass.getBestMatchingConstructor(MetaClass... parameters) |
abstract MetaConstructor |
MetaClass.getConstructor(Class... parameters) |
abstract MetaConstructor |
MetaClass.getConstructor(MetaClass... parameters) |
abstract MetaConstructor[] |
MetaClass.getConstructors() |
abstract MetaConstructor |
MetaClass.getDeclaredConstructor(Class... parameters) |
abstract MetaConstructor[] |
MetaClass.getDeclaredConstructors() |
Modifier and Type | Method and Description |
---|---|
protected static MetaConstructor |
AbstractMetaClass._getConstructor(MetaConstructor[] constructors,
MetaClass... parmTypes) |
MetaConstructor |
AbstractMetaClass.getBestMatchingConstructor(Class... parameters) |
MetaConstructor |
AbstractMetaClass.getBestMatchingConstructor(MetaClass... parameters) |
MetaConstructor |
AbstractMetaClass.getConstructor(Class... parameters) |
MetaConstructor |
AbstractMetaClass.getConstructor(MetaClass... parameters) |
MetaConstructor |
AbstractMetaClass.getDeclaredConstructor(Class... parameters) |
Modifier and Type | Method and Description |
---|---|
protected static MetaConstructor |
AbstractMetaClass._getConstructor(MetaConstructor[] constructors,
MetaClass... parmTypes) |
Modifier and Type | Class and Description |
---|---|
class |
BuildMetaConstructor |
Modifier and Type | Method and Description |
---|---|
MetaConstructor |
BuildMetaClass.getBestMatchingConstructor(Class... parameters) |
MetaConstructor |
BuildMetaClass.getBestMatchingConstructor(MetaClass... parameters) |
MetaConstructor[] |
BuildMetaClass.getConstructors() |
MetaConstructor[] |
BuildMetaClass.getDeclaredConstructors() |
MetaConstructor |
BuildMetaConstructor.getReifiedFormOf() |
Modifier and Type | Method and Description |
---|---|
void |
BuildMetaConstructor.setReifiedFormOf(MetaConstructor reifiedFormOf) |
Modifier and Type | Class and Description |
---|---|
class |
GWTConstructor |
Modifier and Type | Method and Description |
---|---|
MetaConstructor[] |
GWTClass.getConstructors() |
MetaConstructor[] |
GWTClass.getDeclaredConstructors() |
Modifier and Type | Class and Description |
---|---|
class |
JavaReflectionConstructor |
Modifier and Type | Method and Description |
---|---|
MetaConstructor |
JavaReflectionClass.getConstructor(Class... parameters) |
MetaConstructor[] |
JavaReflectionClass.getConstructors() |
MetaConstructor |
JavaReflectionClass.getDeclaredConstructor(Class... parameters) |
MetaConstructor[] |
JavaReflectionClass.getDeclaredConstructors() |
Modifier and Type | Method and Description |
---|---|
static MetaConstructor |
GenUtil.getBestConstructorCandidate(MetaClass[] arguments,
MetaClass decl,
MetaConstructor[] constructors,
boolean classTarget) |
Modifier and Type | Method and Description |
---|---|
static void |
PrivateAccessUtil.addPrivateAccessStubs(String accessorType,
ClassStructureBuilder<?> classBuilder,
MetaConstructor m)
Generates methods for accessing a nonpublic constructor using either JSNI or
Java Reflection.
|
static boolean |
GenUtil.equals(MetaConstructor a,
MetaConstructor b) |
static MetaConstructor |
GenUtil.getBestConstructorCandidate(MetaClass[] arguments,
MetaClass decl,
MetaConstructor[] constructors,
boolean classTarget) |
static String |
ReflectionPrivateMemberAccessor.initCachedMethod(ClassStructureBuilder<?> classBuilder,
MetaConstructor c) |
void |
GWTPrivateMemberAccessor.makeConstructorAccessible(ClassStructureBuilder<?> classBuilder,
MetaConstructor constructor) |
void |
ReflectionPrivateMemberAccessor.makeConstructorAccessible(ClassStructureBuilder<?> classBuilder,
MetaConstructor constructor) |
void |
PrivateMemberAccessor.makeConstructorAccessible(ClassStructureBuilder<?> classBuilder,
MetaConstructor field) |
Modifier and Type | Method and Description |
---|---|
MetaConstructor |
InjectUtil.BeanMetric.getInjectorConstructor() |
Modifier and Type | Method and Description |
---|---|
static Statement[] |
InjectUtil.resolveInjectionDependencies(MetaParameter[] parms,
InjectionContext ctx,
MetaConstructor constructor) |
static Statement[] |
AsyncInjectUtil.resolveInjectionDependencies(MetaParameter[] parms,
InjectionContext ctx,
MetaConstructor constructor) |
Modifier and Type | Field and Description |
---|---|
protected MetaConstructor |
InjectionTask.constructor |
protected MetaConstructor |
InjectionPoint.constructor |
protected MetaConstructor |
AsyncInjectionTask.constructor |
Modifier and Type | Method and Description |
---|---|
MetaConstructor |
InjectionPoint.getConstructor() |
Constructor and Description |
---|
AsyncDecoratorTask(Injector injector,
MetaConstructor constr,
IOCDecoratorExtension[] decs) |
DecoratorTask(Injector injector,
MetaConstructor constr,
Class<? extends Annotation> annotationType,
IOCDecoratorExtension[] decs) |
InjectableInstance(T annotation,
TaskType taskType,
MetaConstructor constructor,
MetaMethod method,
MetaField field,
MetaClass type,
MetaParameter parm,
Injector injector,
InjectionContext injectionContext) |
InjectionPoint(T annotation,
TaskType taskType,
MetaConstructor constructor,
MetaMethod method,
MetaField field,
MetaClass type,
MetaParameter parm,
Injector injector,
InjectionContext injectionContext) |
Modifier and Type | Method and Description |
---|---|
MetaConstructor |
ConstructorMapping.getMember() |
Modifier and Type | Field and Description |
---|---|
protected MetaConstructor |
SimpleConstructorMapping.constructor |
Modifier and Type | Method and Description |
---|---|
MetaConstructor |
SimpleConstructorMapping.getMember() |
MetaConstructor |
NoConstructMapping.getMember() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConstructorMapping.setConstructor(MetaConstructor constructor) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.