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, wait
supports
public List<EntityMapping> createMapping(Class<?> entityType)
createMapping
in interface ModelMapper
protected abstract List<EntityMapping> doCreateMapping(Class<?> entityType) throws SecurityConfigurationException
SecurityConfigurationException
protected Property getAnnotatedProperty(Class<? extends Annotation> annotationType, Class<?> type)
protected List<Property<String>> getAnnotatedProperties(Class<? extends Annotation> annotationType, Class<?> type)
Copyright © 2018 JBoss by Red Hat. All rights reserved.