Package | Description |
---|---|
org.jboss.beans.info.plugins |
Classes used to describe beans, an abstract implementation.
|
org.jboss.reflect.plugins |
Abstract extended reflection implementations.
|
org.jboss.reflect.plugins.bytecode | |
org.jboss.reflect.plugins.introspection |
Introspection based extended reflection.
|
org.jboss.reflect.plugins.javassist |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPropertyInfo
Property info.
|
class |
DefaultPropertyInfo
Default property info.
|
class |
FieldPropertyInfo
Field property info.
|
class |
GetterAndFieldPropertyInfo
Combined getter and field property info.
|
class |
SetterAndFieldPropertyInfo
Combined setter and field property info.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationHolder
An annotation holder
|
class |
AnnotationInfoImpl
Annotation Info
|
class |
ArrayInfoImpl
Array information
|
class |
ClassInfoImpl
Class info
TODO JBREFLECT-4 fix the introspection assumption
|
class |
ConstructorInfoImpl
Constructor info
|
class |
EnumConstantInfoImpl
An enumeration constant
|
class |
EnumInfoImpl
Enumeration info
|
class |
FieldInfoImpl
A field info
|
class |
InheritableAnnotationHolder
An annotation holder
|
class |
InterfaceInfoImpl
Interface info
|
class |
MethodInfoImpl
Method info
|
class |
PackageInfoImpl
Class info
TODO JBREFLECT-4 fix the introspection assumption
|
class |
ParameterInfoImpl
Parameter info
|
Modifier and Type | Class and Description |
---|---|
class |
BytecodeAnnotatedInfo
BytecodeAnnotatedInfo.
|
class |
BytecodeAnnotationInfo |
class |
BytecodeArrayInfoImpl
Javassist array info
|
class |
BytecodeBehaviourInfo |
class |
BytecodeConstructorInfo
ConstructorInfo that relies on Javassist to answer reflective queries and to invoke
the represented constructor.
|
class |
BytecodeEnumInfo |
class |
BytecodeFieldInfo
FieldInfo that relies on Javassist to answer reflective queries and to access
the represented field.
|
class |
BytecodeInheritableAnnotationHolder |
class |
BytecodeMethodInfo
MethodInfo that relies on Javassist to answer reflective queries and to invoke
the represented method.
|
class |
BytecodeParameterInfo
JavassistParameterInfo.
|
class |
BytecodeTypeInfo
BytecodeTypeInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectClassInfoImpl
Class info
|
class |
ReflectConstructorInfoImpl
Constructor info
|
class |
ReflectFieldInfoImpl
A field info
|
class |
ReflectMethodInfoImpl
Method info
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistAnnotatedInfo
JavassistAnnotatedInfo.
|
class |
JavassistAnnotatedParameterInfo |
class |
JavassistAnnotationInfo |
class |
JavassistArrayInfoImpl
Javassist array info
|
class |
JavassistConstructorInfo
ConstructorInfo that relies on Javassist to answer reflective queries and to invoke
the represented constructor.
|
class |
JavassistEnumInfo |
class |
JavassistFieldInfo
FieldInfo that relies on Javassist to answer reflective queries and to access
the represented field.
|
class |
JavassistInheritableAnnotationHolder |
class |
JavassistMethodInfo
MethodInfo that relies on Javassist to answer reflective queries and to invoke
the represented method.
|
class |
JavassistParameterInfo
JavassistParameterInfo.
|
class |
JavassistTypeInfo
JavassistTypeInfo.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.