Modifier and Type | Method and Description |
---|---|
MetaParameter |
Parameter.getMetaParameter() |
Modifier and Type | Method and Description |
---|---|
static Parameter |
Parameter.finalOf(MetaParameter metaParameter,
String name) |
static Parameter[] |
Parameter.of(MetaParameter[] parameters) |
static Parameter |
Parameter.of(MetaParameter metaParameter,
String name) |
Modifier and Type | Method and Description |
---|---|
abstract MetaParameter[] |
MetaMethod.getParameters() |
abstract MetaParameter[] |
MetaConstructor.getParameters() |
Modifier and Type | Method and Description |
---|---|
List<MetaParameter> |
MetaMethod.getParametersAnnotatedWith(Class<? extends Annotation> annotation) |
abstract List<MetaParameter> |
MetaClass.getParametersAnnotatedWith(Class<? extends Annotation> annotation) |
Modifier and Type | Method and Description |
---|---|
static Class<?>[] |
MetaClassFactory.asClassArray(MetaParameter[] parms) |
static MetaClass[] |
MetaClassFactory.asMetaClassArray(MetaParameter[] parms) |
Modifier and Type | Method and Description |
---|---|
List<MetaParameter> |
AbstractMetaClass.getParametersAnnotatedWith(Class<? extends Annotation> annotation) |
Modifier and Type | Method and Description |
---|---|
MetaParameter[] |
BuildMetaMethod.getParameters() |
MetaParameter[] |
BuildMetaConstructor.getParameters() |
Modifier and Type | Class and Description |
---|---|
class |
GWTParameter |
Modifier and Type | Method and Description |
---|---|
MetaParameter[] |
GWTSpecialMethod.getParameters() |
MetaParameter[] |
GWTMethod.getParameters() |
MetaParameter[] |
GWTConstructor.getParameters() |
Modifier and Type | Class and Description |
---|---|
class |
JavaReflectionParameter |
Modifier and Type | Method and Description |
---|---|
MetaParameter[] |
JavaReflectionMethod.getParameters() |
MetaParameter[] |
JavaReflectionConstructor.getParameters() |
Modifier and Type | Method and Description |
---|---|
static boolean |
GenUtil.equals(MetaParameter a,
MetaParameter b) |
static MetaClass[] |
GenUtil.fromParameters(MetaParameter... parms) |
static int |
GenUtil.scoreMethods(MetaClass[] arguments,
MetaParameter[] parmTypes,
boolean isVarArgs) |
Modifier and Type | Method and Description |
---|---|
static Collection<MetaParameter> |
ClassScanner.getParametersAnnotatedWith(Class<? extends Annotation> annotation,
com.google.gwt.core.ext.GeneratorContext genCtx) |
static Collection<MetaParameter> |
ClassScanner.getParametersAnnotatedWith(Class<? extends Annotation> annotation,
Set<String> packages,
com.google.gwt.core.ext.GeneratorContext genCtx) |
Modifier and Type | Method and Description |
---|---|
MetaParameter |
UnsatisfiedParameter.getParameter() |
Modifier and Type | Method and Description |
---|---|
static UnsatisfiedDependenciesException |
UnsatisfiedDependenciesException.createWithSingleParameterFailure(MetaParameter parm,
MetaClass enclosingType,
MetaClass injectedType,
String message) |
Constructor and Description |
---|
UnsatisfiedParameter(MetaParameter field,
MetaClass enclosingType,
MetaClass injectedType,
String message) |
Modifier and Type | Method and Description |
---|---|
Collection<MetaParameter> |
InjectUtil.BeanMetric.getConsolidatedMetaParameters() |
Collection<MetaParameter> |
InjectUtil.AbstractBeanMetric.getConsolidatedMetaParameters() |
Collection<MetaParameter> |
InjectUtil.BeanMetric.getInjectorConstructorParameters() |
Collection<MetaParameter> |
InjectUtil.BeanMetric.getMethodInjectorParameters() |
Modifier and Type | Field and Description |
---|---|
protected MetaParameter |
InjectionTask.parm |
protected MetaParameter |
InjectionPoint.parm |
protected MetaParameter |
AsyncInjectionTask.parm |
Modifier and Type | Method and Description |
---|---|
MetaParameter |
InjectionPoint.getParm()
Returns the parameter reference if the injection point is a parameter, otherwise returns null.
|
Modifier and Type | Method and Description |
---|---|
void |
InjectionContext.addInlineBeanReference(MetaParameter ref,
Statement statement) |
Statement |
InjectionContext.getInlineBeanReference(MetaParameter ref) |
static <T extends Annotation> |
InjectableInstance.getParameterInjectedInstance(MetaParameter parm,
Injector injector,
InjectionContext context) |
Constructor and Description |
---|
AsyncDecoratorTask(Injector injector,
MetaParameter parm,
IOCDecoratorExtension[] decs) |
AsyncInjectionTask(Injector injector,
MetaParameter parm) |
DecoratorTask(Injector injector,
MetaParameter parm,
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) |
InjectionTask(Injector injector,
MetaParameter parm) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.