Uses of Interface
org.wamblee.reflection.Accessor

Packages that use Accessor
org.wamblee.reflection Utilities for reflection. 
 

Uses of Accessor in org.wamblee.reflection
 

Classes in org.wamblee.reflection that implement Accessor
 class FieldAccessor<T>
          Utility for interfacing to a field of an object.
 class PropertyAccessor<T>
          Accessing a property of an object.
 

Methods in org.wamblee.reflection that return types with arguments of type Accessor
static List<Accessor> AnnotationUtils.analyse(Class aClass, Class<? extends Annotation> aAnnotation)
          Returns the accessor for a given annotation.
 



Copyright © 2011. All Rights Reserved.