JBoss Reflection 2.2.1.SP1

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

Packages that use ArrayInfo
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   
 

Uses of ArrayInfo in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement ArrayInfo
 class ArrayInfoImpl
          Array information
 

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

Classes in org.jboss.reflect.plugins.bytecode that implement ArrayInfo
 class BytecodeArrayInfoImpl
          Javassist array info
 

Methods in org.jboss.reflect.plugins.bytecode that return ArrayInfo
protected  ArrayInfo BytecodeTypeInfoFactoryImpl.getGenericArrayType(ClassLoader cl, BytecodeTypeInfoFactoryImpl.ModifiableArrayType type, org.jboss.reflect.plugins.bytecode.BytecodeTypeVariableSpy spy)
          Recursively get the type info for a javassist array type
protected  ArrayInfo BytecodeTypeInfoFactoryImpl.getGenericArrayType(ClassLoader cl, javassist.bytecode.SignatureAttribute.ArrayType type, org.jboss.reflect.plugins.bytecode.BytecodeTypeVariableSpy spy)
          Get the type info for a javassist array type
 

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

Classes in org.jboss.reflect.plugins.introspection that implement ArrayInfo
 class ParameterizedArrayInfo
          ParameterizedArrayInfo.
 

Constructors in org.jboss.reflect.plugins.introspection with parameters of type ArrayInfo
ParameterizedArrayInfo(IntrospectionTypeInfoFactoryImpl factory, ArrayInfo delegate, ParameterizedType parameterizedType)
          Create a new ParameterizedArrayInfo.
 

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

Classes in org.jboss.reflect.plugins.javassist that implement ArrayInfo
 class JavassistArrayInfoImpl
          Javassist array info
 

Methods in org.jboss.reflect.plugins.javassist that return ArrayInfo
protected  ArrayInfo JavassistTypeInfoFactoryImpl.getGenericArrayType(ClassLoader cl, JavassistTypeInfoFactoryImpl.ModifiableArrayType type, org.jboss.reflect.plugins.javassist.JavassistTypeVariableSpy spy)
          Recursively get the type info for a javassist array type
protected  ArrayInfo JavassistTypeInfoFactoryImpl.getGenericArrayType(ClassLoader cl, javassist.bytecode.SignatureAttribute.ArrayType type, org.jboss.reflect.plugins.javassist.JavassistTypeVariableSpy spy)
          Get the type info for a javassist array type
 


JBoss Reflection 2.2.1.SP1

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