Interface PropertyAwareAccessor

All Superinterfaces:
Accessor, CategoryAware, ExclusionAware, TypeAwareAccessor
All Known Implementing Classes:
PropertyAccessor

public interface PropertyAwareAccessor extends TypeAwareAccessor, CategoryAware, ExclusionAware
  • Method Details

    • getPropertyName

      String getPropertyName()
    • getFieldAnnotations

      Set<Annotation> getFieldAnnotations()
    • getFieldAnnotation

      <T extends Annotation> T getFieldAnnotation(Class<T> annotationClass)
    • getReadMethodAnnotations

      Set<Annotation> getReadMethodAnnotations()
    • getReadMethodAnnotation

      <T extends Annotation> T getReadMethodAnnotation(Class<T> annotationClass)