Package | Description |
---|---|
org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
org.jboss.reflect.plugins.introspection |
Introspection based extended reflection.
|
org.jboss.reflect.plugins.javassist |
Modifier and Type | Field and Description |
---|---|
protected AnnotationHelper |
InheritableAnnotationHolder.annotationHelper
The annotation helper
|
Modifier and Type | Method and Description |
---|---|
static AnnotationValue |
AnnotationValueFactory.createAnnotationValue(TypeInfoFactory typeInfoFactory,
AnnotationHelper annotationHelper,
AnnotationInfo info,
Object ann) |
static Value |
AnnotationValueFactory.createValue(AnnotationHelper annotationHelper,
TypeInfo type,
Object value) |
void |
InheritableAnnotationHolder.setAnnotationHelper(AnnotationHelper annotationHelper) |
Modifier and Type | Class and Description |
---|---|
class |
IntrospectionAnnotationHelper
An introspection annotation helper that uses a static delegate.
|
class |
IntrospectionTypeInfoFactoryImpl
An introspection type factory.
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistAnnotationHelper
An javassist annotation helper that uses a static delegate.
|
class |
JavassistTypeInfoFactoryImpl
A javassist type factory.
|
Modifier and Type | Field and Description |
---|---|
protected AnnotationHelper |
JavassistAnnotatedInfo.annotationHelper |
Constructor and Description |
---|
JavassistAnnotatedInfo(AnnotationHelper annotationHelper) |
JavassistAnnotatedParameterInfo(AnnotationHelper annotationHelper) |
JavassistConstructorInfo(AnnotationHelper annotationHelper,
JavassistTypeInfo typeInfo,
javassist.CtConstructor ctConstructor)
Create a new JavassistConstructor.
|
JavassistFieldInfo(AnnotationHelper annotationHelper,
JavassistTypeInfo typeInfo,
javassist.CtField ctField)
Create a new JavassistFieldInfo.
|
JavassistInheritableAnnotationHolder(javassist.CtClass ctClass,
AnnotationHelper annotationHelper) |
JavassistMethodInfo(AnnotationHelper annotationHelper,
JavassistTypeInfo typeInfo,
org.jboss.reflect.plugins.javassist.SignatureKey key,
javassist.CtMethod ctMethod)
Create a new JavassistMethodInfo.
|
JavassistParameterInfo(AnnotationHelper annotationHelper,
JavassistAnnotatedParameterInfo annotated,
int index,
TypeInfo parameterType)
Create a new JavassistParameterInfo.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.