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.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 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
 

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
          JavassistConstructor.
 class JavassistEnumInfo
           
 class JavassistFieldInfo
          JavassistFieldInfo.
 class JavassistInheritableAnnotationHolder
           
 class JavassistMethodInfo
           
 class JavassistParameterInfo
          JavassistParameterInfo.
 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 PackageInfo
          Package info
 interface ParameterInfo
          Parameter info
 

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



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