public class JsonSmartMappingProvider extends java.lang.Object implements MappingProvider
| Constructor and Description |
|---|
JsonSmartMappingProvider() |
JsonSmartMappingProvider(java.util.concurrent.Callable<net.minidev.json.writer.JsonReader> factory) |
JsonSmartMappingProvider(net.minidev.json.writer.JsonReader jsonReader) |
| 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) |
public JsonSmartMappingProvider(net.minidev.json.writer.JsonReader jsonReader)
public JsonSmartMappingProvider(java.util.concurrent.Callable<net.minidev.json.writer.JsonReader> factory)
public JsonSmartMappingProvider()
public <T> T map(java.lang.Object source,
java.lang.Class<T> targetType,
Configuration configuration)
map in interface MappingProviderT - the mapped result typesource - object to maptargetType - the type the source object should be mapped toconfiguration - current configurationpublic <T> T map(java.lang.Object source,
TypeRef<T> targetType,
Configuration configuration)
map in interface MappingProviderT - the mapped result typesource - object to maptargetType - the type the source object should be mapped toconfiguration - current configuration