public abstract class AbstractModelMapper extends Object implements ModelMapper
| Constructor and Description |
|---|
AbstractModelMapper() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityMapping> |
createMapping(Class<?> entityType) |
protected abstract List<EntityMapping> |
doCreateMapping(Class<?> entityType) |
protected List<Property<String>> |
getAnnotatedProperties(Class<? extends Annotation> annotationType,
Class<?> type) |
protected Property |
getAnnotatedProperty(Class<? extends Annotation> annotationType,
Class<?> type) |
protected Property |
getNamedProperty(String propertyName,
Class<?> type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic List<EntityMapping> createMapping(Class<?> entityType)
createMapping in interface ModelMapperprotected abstract List<EntityMapping> doCreateMapping(Class<?> entityType) throws SecurityConfigurationException
SecurityConfigurationExceptionprotected Property getAnnotatedProperty(Class<? extends Annotation> annotationType, Class<?> type)
protected List<Property<String>> getAnnotatedProperties(Class<? extends Annotation> annotationType, Class<?> type)
Copyright © 2014. All Rights Reserved.