Uses of Interface
org.apache.commons.classscan.model.MetaType

Packages that use MetaType
org.apache.commons.classscan.bcel This package is an implementation of the org.apache.commons.classscan interfaces. 
org.apache.commons.classscan.builtin This package contains builtin implementations of the org.apache.commons.classscan.spi providers. 
org.apache.commons.classscan.model The model package contains metadata classes which allow client programs to introspect class information about annotations, methods, and fields without having the jvm load and resolve the class. 
org.apache.commons.classscan.spi.model The spi.model package contains metadata classes which allow the providers to give class information about annotations, methods, and fields. 
 

Uses of MetaType in org.apache.commons.classscan.bcel
 

Classes in org.apache.commons.classscan.bcel that implement MetaType
 class BcelClass
           
 

Methods in org.apache.commons.classscan.bcel that return MetaType
 MetaType BcelParameter.getType()
           
 MetaType BcelMethod.getType()
           
 MetaType BcelField.getType()
           
 

Uses of MetaType in org.apache.commons.classscan.builtin
 

Classes in org.apache.commons.classscan.builtin that implement MetaType
 class DefaultArrayType
           
 class PrimitiveClass
           
 

Methods in org.apache.commons.classscan.builtin that return MetaType
 MetaType DefaultArrayType.getArrayType()
           
 MetaType UrlMetaClassLoader.resolveTypeForDescriptor(String fieldDescriptor)
          Get metadata representing a type from its byte code signature
 

Constructors in org.apache.commons.classscan.builtin with parameters of type MetaType
DefaultArrayType(MetaType arrayType)
           
 

Uses of MetaType in org.apache.commons.classscan.model
 

Subinterfaces of MetaType in org.apache.commons.classscan.model
 interface MetaArray
          Metadata about a method parameter or return value that is an array
 interface MetaClass
          Metadata about a class or primitive type
 

Methods in org.apache.commons.classscan.model that return MetaType
 MetaType MetaArray.getArrayType()
           
 MetaType MetaParameter.getType()
          Get metadata about the type of the parameter
 MetaType MetaMethod.getType()
          Get metadata about the return type of the method or constructor
 MetaType MetaField.getType()
          Get metadata about the field's type
 

Uses of MetaType in org.apache.commons.classscan.spi.model
 

Subinterfaces of MetaType in org.apache.commons.classscan.spi.model
 interface SpiMetaArray
          Metadata about a method parameter or return value that is an array
 interface SpiMetaClass
          Metadata about a class or primitive type
 

Methods in org.apache.commons.classscan.spi.model that return MetaType
 MetaType SpiMetaClassLoader.resolveTypeForDescriptor(String fieldDescriptor)
          Get metadata representing a type from its byte code signature
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.