com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Class AnnotationBeanMapper<T extends RegistryBean>

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseBeanMapper<T>
      extended by com.softwareag.centrasite.appl.framework.persistence.mapper.impl.AnnotationBeanMapper<T>
Type Parameters:
T -
All Implemented Interfaces:
BeanMapper<T>
Direct Known Subclasses:
DefaultBackedBeanMapper

public class AnnotationBeanMapper<T extends RegistryBean>
extends BaseBeanMapper<T>

This is the default mapper in the framework. The Bean-to-JAXR mapping is done based on the annotations attached to the beans.


Constructor Summary
AnnotationBeanMapper()
           
 
Method Summary
 PropertyMapperFactory getPropertyMapperFactory()
          Returns the property mapper factory.
 void setPropertyMapperFactory(PropertyMapperFactory pPropertyMapperFactory)
          Sets the property mapper factory.
 
Methods inherited from class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseBeanMapper
getBeanClass, toBean, toJaxr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationBeanMapper

public AnnotationBeanMapper()
Method Detail

getPropertyMapperFactory

public PropertyMapperFactory getPropertyMapperFactory()
Returns the property mapper factory.


setPropertyMapperFactory

public void setPropertyMapperFactory(PropertyMapperFactory pPropertyMapperFactory)
Sets the property mapper factory.