Package de.danielbechler.diff.access
Interface PropertyAwareAccessor
- All Superinterfaces:
Accessor,CategoryAware,ExclusionAware,TypeAwareAccessor
- All Known Implementing Classes:
PropertyAccessor
-
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetFieldAnnotation(Class<T> annotationClass) <T extends Annotation>
TgetReadMethodAnnotation(Class<T> annotationClass) Methods inherited from interface de.danielbechler.diff.access.Accessor
get, getElementSelector, set, unsetMethods inherited from interface de.danielbechler.diff.access.CategoryAware
getCategoriesFromAnnotationMethods inherited from interface de.danielbechler.diff.access.ExclusionAware
isExcludedByAnnotationMethods inherited from interface de.danielbechler.diff.access.TypeAwareAccessor
getType
-
Method Details
-
getPropertyName
String getPropertyName() -
getFieldAnnotations
Set<Annotation> getFieldAnnotations() -
getFieldAnnotation
-
getReadMethodAnnotations
Set<Annotation> getReadMethodAnnotations() -
getReadMethodAnnotation
-