public interface PropertyAwareAccessor extends TypeAwareAccessor, CategoryAware, ExclusionAware
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getFieldAnnotation(Class<T> annotationClass) |
Set<Annotation> |
getFieldAnnotations() |
String |
getPropertyName() |
<T extends Annotation> |
getReadMethodAnnotation(Class<T> annotationClass) |
Set<Annotation> |
getReadMethodAnnotations() |
getType
get, getElementSelector, set, unset
getCategoriesFromAnnotation
isExcludedByAnnotation
String getPropertyName()
Set<Annotation> getFieldAnnotations()
<T extends Annotation> T getFieldAnnotation(Class<T> annotationClass)
Set<Annotation> getReadMethodAnnotations()
<T extends Annotation> T getReadMethodAnnotation(Class<T> annotationClass)
Copyright © 2016. All rights reserved.