Package | Description |
---|---|
org.jboss.beans.info.plugins |
Classes used to describe beans, an abstract implementation.
|
org.jboss.beans.info.spi |
Classes used to describe beans.
|
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 | 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 |
NestedPropertyInfo
When bean has more than one property with the same name
we try to use this impl to look over all possible setters
in order to set the value.
|
class |
SetterAndFieldPropertyInfo
Combined setter and field property info.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyInfo
Description of a property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotatedInfo
Abstract annotated info
|
class |
AnnotationHolder
An annotation holder
|
class |
AnnotationInfoImpl
Annotation Info
|
class |
ArrayInfoImpl
Array information
|
class |
ClassInfoImpl
Class info
TODO JBMICROCONT-118 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 JBMICROCONT-118 fix the introspection assumption
|
class |
ParameterInfoImpl
Parameter info
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedArrayInfo
ParameterizedArrayInfo.
|
class |
ParameterizedClassInfo
ParameterizedClassInfo.
|
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
JavassistConstructor.
|
class |
JavassistEnumInfo |
class |
JavassistFieldInfo
JavassistFieldInfo.
|
class |
JavassistInheritableAnnotationHolder |
class |
JavassistMethodInfo |
class |
JavassistParameterInfo
JavassistParameterInfo.
|
class |
JavassistTypeInfo
JavassistTypeInfo.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationInfo
Annotation Info
|
interface |
ArrayInfo
Array information
|
interface |
ClassInfo
Class info
|
interface |
ConstructorInfo
Constructor info
|
interface |
EnumConstantInfo
An enumeration constant
|
interface |
EnumInfo
Enumeration info
|
interface |
FieldInfo
A field info
|
interface |
InterfaceInfo
Interface info
|
interface |
MethodInfo
Method info
|
interface |
PackageInfo
Package info
|
interface |
ParameterInfo
Parameter info
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateClassInfo
Delegate ClassInfo
|
class |
NumberInfo
Number info
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.