JBoss Reflection 2.2.1.SP1

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

Packages that use ModifierInfo
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 ModifierInfo in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement ModifierInfo
 class AnnotationInfoImpl
          Annotation Info
 class ArrayInfoImpl
          Array information
 class ClassInfoImpl
          Class info TODO JBREFLECT-4 fix the introspection assumption
 class ConstructorInfoImpl
          Constructor info
 class EnumInfoImpl
          Enumeration info
 class FieldInfoImpl
          A field info
 class InterfaceInfoImpl
          Interface info
 class MethodInfoImpl
          Method info
 

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

Classes in org.jboss.reflect.plugins.bytecode that implement ModifierInfo
 class BytecodeAnnotationInfo
           
 class BytecodeArrayInfoImpl
          Javassist array info
 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 BytecodeMethodInfo
          MethodInfo that relies on Javassist to answer reflective queries and to invoke the represented method.
 class BytecodeParameterizedClassInfo
          Delegate class info to handle generic parameterized types in javassist
 class BytecodeTypeInfo
          BytecodeTypeInfo.
 

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

Classes in org.jboss.reflect.plugins.introspection that implement ModifierInfo
 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 ModifierInfo in org.jboss.reflect.plugins.javassist
 

Classes in org.jboss.reflect.plugins.javassist that implement ModifierInfo
 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 JavassistMethodInfo
          MethodInfo that relies on Javassist to answer reflective queries and to invoke the represented method.
 class JavassistParameterizedClassInfo
          Delegate class info to handle generic parameterized types in javassist
 class JavassistTypeInfo
          JavassistTypeInfo.
 

Methods in org.jboss.reflect.plugins.javassist with parameters of type ModifierInfo
 void JavassistAnnotatedParameterInfo.setModifier(ModifierInfo mi)
           
 void JavassistFieldInfo.setModifier(ModifierInfo modifier)
           
 

Uses of ModifierInfo in org.jboss.reflect.spi
 

Subinterfaces of ModifierInfo in org.jboss.reflect.spi
 interface AnnotationInfo
          Annotation Info
 interface ArrayInfo
          Array information
 interface ClassInfo
          Class info
 interface ConstructorInfo
          Constructor info
 interface EnumInfo
          Enumeration info
 interface FieldInfo
          A field info
 interface InterfaceInfo
          Interface info
 interface MemberInfo
          Member info
 interface MethodInfo
          Method info
 interface MutableClassInfo
          A MutableClassInfo.
 interface MutableConstructorInfo
          A MutableConstructorInfo.
 interface MutableFieldInfo
          A MutableFieldInfo.
 interface MutableMethodInfo
          A MutableMethod Info.
 

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

Methods in org.jboss.reflect.spi with parameters of type ModifierInfo
 void MutableMethodInfo.setModifier(ModifierInfo mi)
          Set modifier If not set it will default to public (non-static)
 void MutableConstructorInfo.setModifier(ModifierInfo mi)
          Set modifier If not set it will default to public (non-static)
 void MutableFieldInfo.setModifier(ModifierInfo modifier)
          Field modifier
 


JBoss Reflection 2.2.1.SP1

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