public abstract class AbstractMapperEmbedded<DTO extends PersistentDtoEmbedded> extends Object
| Constructor and Description |
|---|
AbstractMapperEmbedded() |
| Modifier and Type | Method and Description |
|---|---|
abstract DTO |
map(Object object) |
protected static <T,S> List<T> |
mapList(Object object,
String method,
AbstractMapperEmbedded mapper) |
protected static <T> T |
mapObject(Object object,
String method,
AbstractMapperEmbedded mapper) |
public abstract DTO map(Object object) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException
protected static <T> T mapObject(Object object, String method, AbstractMapperEmbedded mapper) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException
protected static <T,S> List<T> mapList(Object object, String method, AbstractMapperEmbedded mapper) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException
Copyright © 2019. All rights reserved.