Uses of Interface
org.apache.commons.classscan.spi.model.SpiMetaClass

Packages that use SpiMetaClass
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.spi.model The spi.model package contains metadata classes which allow the providers to give class information about annotations, methods, and fields. 
 

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

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

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

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

Methods in org.apache.commons.classscan.builtin that return SpiMetaClass
 SpiMetaClass DefaultMetaRegistry.createMetaClass(MetaClassPathElement location, String className, InputStream byteStream)
           
 

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

Methods in org.apache.commons.classscan.spi.model that return SpiMetaClass
 SpiMetaClass SpiMetaRegistry.createMetaClass(MetaClassPathElement metaClassPathElement, String className, InputStream byteStream)
          Create SpiMetaClass from a MetaClassPathElement.
 SpiMetaClass SpiClassDigester.createMetaClass(MetaClassPathElement location, String className, InputStream byteStream)
          Create class meta data from the byte stream
 



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