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

Packages that use HasResolve
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. 
org.apache.commons.classscan.util The util package consists of utility collection implementations to support the org.apache.commons.classscan.builtin package. 
 

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

Classes in org.apache.commons.classscan.bcel that implement HasResolve
 class BcelAnnotation
           
 class BcelClass
           
 class BcelField
           
 class BcelMethod
           
 class BcelParameter
           
 class BcelProperty
           
 

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

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

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

Subinterfaces of HasResolve in org.apache.commons.classscan.spi.model
 interface SpiMetaAnnotation
          Metadata about an Annotation
static interface SpiMetaAnnotation.SpiProperty
           
 interface SpiMetaArray
          Metadata about a method parameter or return value that is an array
 interface SpiMetaClass
          Metadata about a class or primitive type
 interface SpiMetaClassPathElement
          Information about a code location.
 interface SpiMetaField
          Metadata about a Class field
 interface SpiMetaMethod
          Metadata about a class method or constructor
 interface SpiMetaParameter
          Metadata about a method or constructor parameter
 

Uses of HasResolve in org.apache.commons.classscan.util
 

Classes in org.apache.commons.classscan.util with type parameters of type HasResolve
 class NameSet<V extends HasName & HasResolve>
           
 class ResolveSet<V extends HasResolve>
           
 

Methods in org.apache.commons.classscan.util with type parameters of type HasResolve
static
<V extends HasName & HasResolve>
NameSet<V>
NameSet.emptyNameSet()
           
static
<V extends HasResolve>
ResolveSet<V>
ResolveSet.emptyResolveSet()
           
 

Constructors in org.apache.commons.classscan.util with parameters of type HasResolve
ResolveSet(V[] values)
           
 



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