public interface MappingProvider
Modifier and Type | Method and Description |
---|---|
<T> T |
map(Object source,
Class<T> targetType,
Configuration configuration) |
<T> T |
map(Object source,
TypeRef<T> targetType,
Configuration configuration) |
<T> T map(Object source, Class<T> targetType, Configuration configuration)
T
- the mapped result typesource
- object to maptargetType
- the type the source object should be mapped toconfiguration
- current configuration<T> T map(Object source, TypeRef<T> targetType, Configuration configuration)
T
- the mapped result typesource
- object to maptargetType
- the type the source object should be mapped toconfiguration
- current configurationCopyright © 2019. All rights reserved.