|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ExternalLinkAnnotationProcessor
public class ExternalLinkAnnotationProcessor
PropertyAnnotationProcessor
implementation handling the
ExternalLink
annotation.
Constructor Summary | |
---|---|
ExternalLinkAnnotationProcessor()
|
Method Summary | |
---|---|
Property |
getProperty(java.lang.annotation.Annotation mappingAnnotation,
java.lang.reflect.Method getter,
BeanType beanType)
Creates a Property instance for the given annotaion. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalLinkAnnotationProcessor()
Method Detail |
---|
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
- TODO
Property
instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |