Uses of Interface
org.clazzes.util.reflect.FieldAccessor

Packages that use FieldAccessor
org.clazzes.util.comparators   
org.clazzes.util.reflect   
 

Uses of FieldAccessor in org.clazzes.util.comparators
 

Methods in org.clazzes.util.comparators that return FieldAccessor
 FieldAccessor POJOFieldComparator.getFieldAccessor()
           
 

Methods in org.clazzes.util.comparators with parameters of type FieldAccessor
 void POJOFieldComparator.setFieldAccessor(FieldAccessor fieldAccessor)
           
 

Constructors in org.clazzes.util.comparators with parameters of type FieldAccessor
POJOFieldComparator(FieldAccessor fieldAccessor, java.util.Comparator fieldComparator)
          Contructs a field comparator, which uses the given accessor and Comparator.
POJOFieldComparator(FieldAccessor fieldAccessor, ComparatorFactory comparatorFactory)
          Contructs a field comparator, which uses the given accessor and constructs the comparator for the field using the given ComparatorFactory.
 

Uses of FieldAccessor in org.clazzes.util.reflect
 

Classes in org.clazzes.util.reflect that implement FieldAccessor
 class POJOFieldAccessor
           
 

Methods in org.clazzes.util.reflect that return FieldAccessor
 FieldAccessor POJOFieldAccessor.getIdAccessor()
           
 FieldAccessor FieldAccessor.getIdAccessor()
          Get the accessor used to access the ID-Field of the same POJO this FieldAccessor belongs to.
 

Methods in org.clazzes.util.reflect with parameters of type FieldAccessor
 void POJOFieldAccessor.setIdAccessor(FieldAccessor idAccessor)
           
 void FieldAccessor.setIdAccessor(FieldAccessor idAccessor)
          Set the accessor used to access the ID-Field of the same POJO this FieldAccessor belongs to.
 



Copyright © 2010. All Rights Reserved.