JBoss Reflection 2.2.1.SP1

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

Packages that use TypeInfoFactory
org.jboss.config.plugins   
org.jboss.config.plugins.property   
org.jboss.config.spi   
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 TypeInfoFactory in org.jboss.config.plugins
 

Methods in org.jboss.config.plugins that return TypeInfoFactory
protected abstract  TypeInfoFactory AbstractConfiguration.createDefaultTypeInfoFactory()
          Create the default type info factory
protected  TypeInfoFactory BasicConfiguration.createDefaultTypeInfoFactory()
           
 TypeInfoFactory AbstractConfiguration.getTypeInfoFactory()
           
 

Methods in org.jboss.config.plugins with parameters of type TypeInfoFactory
 void AbstractConfiguration.setTypeInfoFactory(TypeInfoFactory typeInfoFactory)
           
 

Uses of TypeInfoFactory in org.jboss.config.plugins.property
 

Methods in org.jboss.config.plugins.property that return TypeInfoFactory
protected  TypeInfoFactory PropertyConfiguration.createDefaultTypeInfoFactory()
           
 

Uses of TypeInfoFactory in org.jboss.config.spi
 

Methods in org.jboss.config.spi that return TypeInfoFactory
 TypeInfoFactory Configuration.getTypeInfoFactory()
          Get the type info factory
 

Methods in org.jboss.config.spi with parameters of type TypeInfoFactory
 void Configuration.setTypeInfoFactory(TypeInfoFactory typeInfoFactory)
          Set the typeInfoFactory.
 

Uses of TypeInfoFactory in org.jboss.reflect.plugins
 

Fields in org.jboss.reflect.plugins declared as TypeInfoFactory
protected  TypeInfoFactory ClassInfoImpl.typeInfoFactory
          The type info factory
 

Methods in org.jboss.reflect.plugins that return TypeInfoFactory
 TypeInfoFactory ClassInfoImpl.getTypeInfoFactory()
           
 

Methods in org.jboss.reflect.plugins with parameters of type TypeInfoFactory
static AnnotationValue AnnotationValueFactory.createAnnotationValue(TypeInfoFactory typeInfoFactory, AnnotationHelper annotationHelper, AnnotationInfo info, Object ann)
          Create annotation value.
 void ClassInfoImpl.setTypeInfoFactory(TypeInfoFactory typeInfoFactory)
           
 

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

Classes in org.jboss.reflect.plugins.bytecode that implement TypeInfoFactory
 class BytecodeTypeInfoFactory
          An javassist type factory that uses a static delegate.
 class BytecodeTypeInfoFactoryImpl
          A javassist type factory.
 

Methods in org.jboss.reflect.plugins.bytecode that return TypeInfoFactory
 TypeInfoFactory BytecodeParameterizedClassInfo.getTypeInfoFactory()
           
 TypeInfoFactory BytecodeTypeInfo.getTypeInfoFactory()
           
 

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

Classes in org.jboss.reflect.plugins.introspection that implement TypeInfoFactory
 class IntrospectionAnnotationHelper
          An introspection annotation helper that uses a static delegate.
 class IntrospectionTypeInfoFactory
          An introspection type factory that uses a static delegate.
 class IntrospectionTypeInfoFactoryImpl
          An introspection type factory.
 

Methods in org.jboss.reflect.plugins.introspection that return TypeInfoFactory
 TypeInfoFactory ParameterizedClassInfo.getTypeInfoFactory()
           
 

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

Classes in org.jboss.reflect.plugins.javassist that implement TypeInfoFactory
 class JavassistAnnotationHelper
          An javassist annotation helper that uses a static delegate.
 class JavassistTypeInfoFactory
          An javassist type factory that uses a static delegate.
 class JavassistTypeInfoFactoryImpl
          A javassist type factory.
 

Methods in org.jboss.reflect.plugins.javassist that return TypeInfoFactory
 TypeInfoFactory JavassistParameterizedClassInfo.getTypeInfoFactory()
           
 TypeInfoFactory JavassistTypeInfo.getTypeInfoFactory()
           
 

Uses of TypeInfoFactory in org.jboss.reflect.spi
 

Subinterfaces of TypeInfoFactory in org.jboss.reflect.spi
 interface MutableTypeInfoFactory
          A MutableTypeInfoFactory
 

Fields in org.jboss.reflect.spi declared as TypeInfoFactory
protected static TypeInfoFactory PrimitiveInfo.typeInfoFactory
          The type info factory
 

Methods in org.jboss.reflect.spi that return TypeInfoFactory
 TypeInfoFactory PrimitiveInfo.getTypeInfoFactory()
           
 TypeInfoFactory TypeInfo.getTypeInfoFactory()
          Get the TypeInfoFactory that created this type info
 TypeInfoFactory DelegateClassInfo.getTypeInfoFactory()
           
 


JBoss Reflection 2.2.1.SP1

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