|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationHelper | |
|---|---|
| org.jboss.reflect.plugins | Abstract extended reflection implementations. |
| org.jboss.reflect.plugins.introspection | Introspection based extended reflection. |
| org.jboss.reflect.plugins.javassist | |
| Uses of AnnotationHelper in org.jboss.reflect.plugins |
|---|
| Fields in org.jboss.reflect.plugins declared as AnnotationHelper | |
|---|---|
protected AnnotationHelper |
InheritableAnnotationHolder.annotationHelper
The annotation helper |
| Methods in org.jboss.reflect.plugins with parameters of type AnnotationHelper | |
|---|---|
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)
|
| Uses of AnnotationHelper in org.jboss.reflect.plugins.introspection |
|---|
| Classes in org.jboss.reflect.plugins.introspection that implement AnnotationHelper | |
|---|---|
class |
IntrospectionAnnotationHelper
An introspection annotation helper that uses a static delegate. |
class |
IntrospectionTypeInfoFactoryImpl
An introspection type factory. |
| Uses of AnnotationHelper in org.jboss.reflect.plugins.javassist |
|---|
| Classes in org.jboss.reflect.plugins.javassist that implement AnnotationHelper | |
|---|---|
class |
JavassistAnnotationHelper
An javassist annotation helper that uses a static delegate. |
class |
JavassistTypeInfoFactoryImpl
A javassist type factory. |
| Fields in org.jboss.reflect.plugins.javassist declared as AnnotationHelper | |
|---|---|
protected AnnotationHelper |
JavassistAnnotatedInfo.annotationHelper
|
| Constructors in org.jboss.reflect.plugins.javassist with parameters of type AnnotationHelper | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||