public class ClassificationAnnotationProcessor extends java.lang.Object implements PropertyAnnotationProcessor
PropertyAnnotationProcessor
implementation handling the
Classification
annotation.Constructor and Description |
---|
ClassificationAnnotationProcessor() |
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. |
public Property getProperty(java.lang.annotation.Annotation mappingAnnotation, java.lang.reflect.Method getter, BeanType beanType)
PropertyAnnotationProcessor
Property
instance for the given annotaion.getProperty
in interface PropertyAnnotationProcessor
mappingAnnotation
- CSAF mapping annotation like Slot
,
Association
etc.getter
- The method having the annnotation.beanType
- TODOProperty
instance