public class RegistryObjectPropertyAnnotationProcessor extends java.lang.Object implements PropertyAnnotationProcessor
PropertyAnnotationProcessor
implementation handling the
Property
annotation.Constructor and Description |
---|
RegistryObjectPropertyAnnotationProcessor() |
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 RegistryObjectPropertyAnnotationProcessor()
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