Modifier and Type | Method and Description |
---|---|
abstract MetaParameterizedType |
MetaClass.getGenericSuperClass() |
abstract MetaParameterizedType |
MetaClass.getParameterizedType() |
static MetaParameterizedType |
MetaClassFactory.typeParametersOf(Class<?>... classes) |
static MetaParameterizedType |
MetaClassFactory.typeParametersOf(MetaType... classes) |
static MetaParameterizedType |
MetaClassFactory.typeParametersOf(Object... classes) |
Modifier and Type | Method and Description |
---|---|
boolean |
MetaParameterizedType.isAssignableFrom(MetaParameterizedType type) |
static MetaClass |
MetaClassFactory.parameterizedAs(Class clazz,
MetaParameterizedType parameterizedType) |
static MetaClass |
MetaClassFactory.parameterizedAs(MetaClass clazz,
MetaParameterizedType parameterizedType) |
static MetaClass |
MetaClassFactory.parameterizedAs(MetaClass clazz,
MetaParameterizedType parameterizedType,
boolean reifyRecursively) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMetaParameterizedType |
Modifier and Type | Field and Description |
---|---|
protected MetaParameterizedType |
AbstractMetaClass.genericSuperClass |
protected MetaParameterizedType |
AbstractMetaClass.parameterizedType |
Modifier and Type | Method and Description |
---|---|
MetaParameterizedType |
AbstractMetaClass.getGenericSuperClass() |
MetaParameterizedType |
AbstractMetaClass.getParameterizedType() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractMetaParameterizedType.isAssignableFrom(MetaParameterizedType type) |
Modifier and Type | Class and Description |
---|---|
class |
BuildMetaParameterizedType |
Modifier and Type | Method and Description |
---|---|
void |
BuildMetaClass.setParameterizedType(MetaParameterizedType parameterizedType) |
Modifier and Type | Class and Description |
---|---|
class |
GWTParameterizedType |
Modifier and Type | Class and Description |
---|---|
class |
JavaReflectionParameterizedType |
Modifier and Type | Field and Description |
---|---|
protected MetaParameterizedType |
AbstractInjector.qualifyingTypeInformation |
Modifier and Type | Method and Description |
---|---|
MetaParameterizedType |
Injector.getQualifyingTypeInformation()
Returns parameterized type data associated with this injector
|
MetaParameterizedType |
AbstractInjector.getQualifyingTypeInformation() |
Modifier and Type | Method and Description |
---|---|
Injector |
InjectorFactory.getQualifyingTypeInjector(BootstrapType bootstrapType,
MetaClass type,
Injector delegate,
MetaParameterizedType metaParameterizedType) |
Injector |
InjectorFactory.getQualifyingTypeInjector(MetaClass type,
Injector delegate,
MetaParameterizedType metaParameterizedType) |
boolean |
Injector.matches(MetaParameterizedType parameterizedType,
QualifyingMetadata qualifyingMetadata)
Determines whether or not the the bean type this injector producers matches the specified parameterized type
and qualifying metadata.
|
boolean |
AbstractInjector.matches(MetaParameterizedType parameterizedType,
QualifyingMetadata qualifyingMetadata) |
Modifier and Type | Method and Description |
---|---|
boolean |
AsyncContextualProviderInjector.matches(MetaParameterizedType parameterizedType,
QualifyingMetadata qualifyingMetadata) |
Constructor and Description |
---|
AsyncQualifiedTypeInjectorDelegate(MetaClass type,
Injector delegate,
MetaParameterizedType parameterizedType) |
Modifier and Type | Method and Description |
---|---|
boolean |
ContextualProviderInjector.matches(MetaParameterizedType parameterizedType,
QualifyingMetadata qualifyingMetadata) |
Constructor and Description |
---|
QualifiedTypeInjectorDelegate(MetaClass type,
Injector delegate,
MetaParameterizedType parameterizedType) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.