Package | Description |
---|---|
org.jboss.config.plugins | |
org.jboss.config.plugins.property | |
org.jboss.config.spi | |
org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
org.jboss.reflect.plugins.introspection |
Introspection based extended reflection.
|
org.jboss.reflect.plugins.javassist | |
org.jboss.reflect.spi |
Extended Reflection API.
|
Modifier and Type | Method and Description |
---|---|
protected abstract TypeInfoFactory |
AbstractConfiguration.createDefaultTypeInfoFactory()
Create the default type info factory
|
protected TypeInfoFactory |
BasicConfiguration.createDefaultTypeInfoFactory() |
TypeInfoFactory |
AbstractConfiguration.getTypeInfoFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfiguration.setTypeInfoFactory(TypeInfoFactory typeInfoFactory) |
Modifier and Type | Method and Description |
---|---|
protected TypeInfoFactory |
PropertyConfiguration.createDefaultTypeInfoFactory() |
Modifier and Type | Method and Description |
---|---|
TypeInfoFactory |
Configuration.getTypeInfoFactory()
Get the type info factory
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setTypeInfoFactory(TypeInfoFactory typeInfoFactory)
Set the typeInfoFactory.
|
Modifier and Type | Field and Description |
---|---|
protected TypeInfoFactory |
ClassInfoImpl.typeInfoFactory
The type info factory
|
Modifier and Type | Method and Description |
---|---|
TypeInfoFactory |
ClassInfoImpl.getTypeInfoFactory() |
Modifier and Type | Method and Description |
---|---|
static AnnotationValue |
AnnotationValueFactory.createAnnotationValue(TypeInfoFactory typeInfoFactory,
AnnotationHelper annotationHelper,
AnnotationInfo info,
Object ann) |
void |
ClassInfoImpl.setTypeInfoFactory(TypeInfoFactory typeInfoFactory) |
Modifier and Type | Class and Description |
---|---|
class |
IntrospectionAnnotationHelper
An introspection annotation helper that uses a static delegate.
|
class |
IntrospectionTypeInfoFactory
An introspection type factory that uses a static delegate.
|
class |
IntrospectionTypeInfoFactoryImpl
An introspection type factory.
|
Modifier and Type | Method and Description |
---|---|
TypeInfoFactory |
ParameterizedClassInfo.getTypeInfoFactory() |
Modifier and Type | Class and Description |
---|---|
class |
JavassistAnnotationHelper
An javassist annotation helper that uses a static delegate.
|
class |
JavassistTypeInfoFactory
An javassist type factory that uses a static delegate.
|
class |
JavassistTypeInfoFactoryImpl
A javassist type factory.
|
Modifier and Type | Method and Description |
---|---|
TypeInfoFactory |
JavassistTypeInfo.getTypeInfoFactory() |
Modifier and Type | Field and Description |
---|---|
protected static TypeInfoFactory |
PrimitiveInfo.typeInfoFactory
The type info factory
|
Modifier and Type | Method and Description |
---|---|
TypeInfoFactory |
DelegateClassInfo.getTypeInfoFactory() |
TypeInfoFactory |
TypeInfo.getTypeInfoFactory()
Get the TypeInfoFactory that created this type info
|
TypeInfoFactory |
PrimitiveInfo.getTypeInfoFactory() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.