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

Packages that use MetaField
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 MetaField in org.apache.commons.classscan.bcel
 

Classes in org.apache.commons.classscan.bcel that implement MetaField
 class BcelField
           
 

Methods in org.apache.commons.classscan.bcel that return types with arguments of type MetaField
 Set<? extends MetaField> BcelClass.getFields()
           
 

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

Methods in org.apache.commons.classscan.builtin that return types with arguments of type MetaField
 Set<MetaField> PrimitiveClass.getFields()
           
 

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

Methods in org.apache.commons.classscan.model that return types with arguments of type MetaField
 Set<? extends MetaField> MetaClass.getFields()
          Get metadata about the corresponding Class's methods and constructors.
 

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

Subinterfaces of MetaField in org.apache.commons.classscan.spi.model
 interface SpiMetaField
          Metadata about a Class field
 



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