public interface PropertyAnnotationProcessor
Slot
, Association
etc. It is
then used by the BeanTypeAnnotationProcessor
to create a
Property
instance.Modifier and Type | Method and Description |
---|---|
Property |
getProperty(java.lang.annotation.Annotation mappingAnnotation,
java.lang.reflect.Method getter,
BeanType beanType)
Creates a
Property instance for the given annotaion. |
Property getProperty(java.lang.annotation.Annotation mappingAnnotation, java.lang.reflect.Method getter, BeanType beanType)
Property
instance for the given annotaion.mappingAnnotation
- CSAF mapping annotation like Slot
,
Association
etc.getter
- The method having the annnotation.beanType
- TODOProperty
instance