Interface | Description |
---|---|
BackedBeanMapper<T extends RegistryBean> |
Extension to the
BeanMapper interface providing access to
PropertyMapper for given property of a bean. |
BeanMapper<T extends RegistryBean> |
This interface provides methods for mapping a Bean
RegistryBean to JAXR RegistryObject . |
ChangeHandler |
This interface provides callback methods for handing changes to RegistryObjects and their representation as beans.
|
MappingUtils.AnnotationFilter |
This interface allows to select annotations out of a complete set.
|
ObjectFactory<T extends RegistryBean> |
Interface for creating
RegistryObject from RegistryBean and
vice versa. |
PropertyMapper |
The interface represent a mapper of a bean property to a corresponding
RegistryObject property or relation. |
PropertyMapperFactory.Handler |
The
PropertyMapperFactory contains a set of so-called handlers. |
Class | Description |
---|---|
MappingUtils |
Helper class for mappings.
|
PropertyMapperFactory |
Factory for creating
PropertyMapper instances based on a Property and a bean. |
Exception | Description |
---|---|
MappingException |
PersistenceEngine and mapping classes are supposed to throw instances
of this class in case of internal errors. |