JBoss Reflection 2.2.1.SP1

Uses of Interface
org.jboss.reflect.spi.AnnotatedInfo

Packages that use AnnotatedInfo
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.bytecode   
org.jboss.reflect.plugins.introspection Introspection based extended reflection. 
org.jboss.reflect.plugins.javassist   
org.jboss.reflect.spi Extended Reflection API. 
 

Uses of AnnotatedInfo in org.jboss.beans.info.plugins
 

Classes in org.jboss.beans.info.plugins that implement AnnotatedInfo
 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.
 

Uses of AnnotatedInfo in org.jboss.beans.info.spi
 

Subinterfaces of AnnotatedInfo in org.jboss.beans.info.spi
 interface PropertyInfo
          Description of a property.
 

Uses of AnnotatedInfo in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement AnnotatedInfo
 class AbstractAnnotatedInfo
          Abstract annotated info
 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
 

Uses of AnnotatedInfo in org.jboss.reflect.plugins.bytecode
 

Classes in org.jboss.reflect.plugins.bytecode that implement AnnotatedInfo
 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 BytecodeParameterizedClassInfo
          Delegate class info to handle generic parameterized types in javassist
 class BytecodeTypeInfo
          BytecodeTypeInfo.
 

Uses of AnnotatedInfo in org.jboss.reflect.plugins.introspection
 

Classes in org.jboss.reflect.plugins.introspection that implement AnnotatedInfo
 class ParameterizedArrayInfo
          ParameterizedArrayInfo.
 class ParameterizedClassInfo
          ParameterizedClassInfo.
 class ReflectClassInfoImpl
          Class info
 class ReflectConstructorInfoImpl
          Constructor info
 class ReflectFieldInfoImpl
          A field info
 class ReflectMethodInfoImpl
          Method info
 

Uses of AnnotatedInfo in org.jboss.reflect.plugins.javassist
 

Classes in org.jboss.reflect.plugins.javassist that implement AnnotatedInfo
 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 JavassistParameterizedClassInfo
          Delegate class info to handle generic parameterized types in javassist
 class JavassistTypeInfo
          JavassistTypeInfo.
 

Uses of AnnotatedInfo in org.jboss.reflect.spi
 

Subinterfaces of AnnotatedInfo in org.jboss.reflect.spi
 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 MutableClassInfo
          A MutableClassInfo.
 interface MutableConstructorInfo
          A MutableConstructorInfo.
 interface MutableFieldInfo
          A MutableFieldInfo.
 interface MutableMethodInfo
          A MutableMethod Info.
 interface PackageInfo
          Package info
 interface ParameterInfo
          Parameter info
 

Classes in org.jboss.reflect.spi that implement AnnotatedInfo
 class DelegateClassInfo
          Delegate ClassInfo
 class NumberInfo
          Number info
 


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.