public interface MappingProvider
| Modifier and Type | Method and Description |
|---|---|
<T> T |
map(java.lang.Object source,
java.lang.Class<T> targetType,
Configuration configuration) |
<T> T |
map(java.lang.Object source,
TypeRef<T> targetType,
Configuration configuration) |
<T> T map(java.lang.Object source,
java.lang.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(java.lang.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 configuration