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

Packages that use MetaParameter
org.apache.commons.classscan.bcel This package is an implementation of the org.apache.commons.classscan interfaces. 
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 MetaParameter in org.apache.commons.classscan.bcel
 

Classes in org.apache.commons.classscan.bcel that implement MetaParameter
 class BcelParameter
           
 

Methods in org.apache.commons.classscan.bcel that return types with arguments of type MetaParameter
 Set<? extends MetaParameter> BcelMethod.getParameters()
           
 

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

Methods in org.apache.commons.classscan.model that return types with arguments of type MetaParameter
 Set<? extends MetaParameter> MetaMethod.getParameters()
          Get metadata about the parameters of the method or constructor
 

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

Subinterfaces of MetaParameter in org.apache.commons.classscan.spi.model
 interface SpiMetaParameter
          Metadata about a method or constructor parameter
 



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