public class ConvertToJsonNodeEngine extends AbstractConvertEngine implements com.github.jmodel.mapper.api.MappingEngine<com.fasterxml.jackson.databind.JsonNode>
DEFAULT_PACKAGE_NAME, messages, NAME_PATTERN| Constructor and Description |
|---|
ConvertToJsonNodeEngine() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
convert(com.github.jmodel.api.Model sourceModel,
com.github.jmodel.api.FormatEnum toFormat) |
com.fasterxml.jackson.databind.JsonNode |
convert(com.github.jmodel.api.Model sourceModel,
com.github.jmodel.api.FormatEnum toFormat,
Locale currentLocale) |
<T> com.fasterxml.jackson.databind.JsonNode |
convert(T sourceObj,
com.github.jmodel.api.FormatEnum fromFormat,
com.github.jmodel.api.FormatEnum toFormat) |
<T> com.fasterxml.jackson.databind.JsonNode |
convert(T sourceObj,
com.github.jmodel.api.FormatEnum fromFormat,
com.github.jmodel.api.FormatEnum toFormat,
Locale currentLocale) |
<T> com.fasterxml.jackson.databind.JsonNode |
convert(T sourceObj,
String mappingURI) |
<T> com.fasterxml.jackson.databind.JsonNode |
convert(T sourceObj,
String mappingURI,
Locale currentLocale) |
<T> com.fasterxml.jackson.databind.JsonNode |
convert(T sourceObj,
String mappingURI,
Map<String,Object> argsMap) |
<T> com.fasterxml.jackson.databind.JsonNode |
convert(T sourceObj,
String mappingURI,
Map<String,Object> argsMap,
Locale currentLocale) |
protected com.github.jmodel.mapper.api.Builder<com.fasterxml.jackson.databind.JsonNode> |
getBuilder(com.github.jmodel.api.FormatEnum toFormat) |
getResult, getResult, getResultpublic <T> com.fasterxml.jackson.databind.JsonNode convert(T sourceObj,
String mappingURI)
convert in interface com.github.jmodel.mapper.api.MappingEngine<com.fasterxml.jackson.databind.JsonNode>public <T> com.fasterxml.jackson.databind.JsonNode convert(T sourceObj,
String mappingURI,
Locale currentLocale)
convert in interface com.github.jmodel.mapper.api.MappingEngine<com.fasterxml.jackson.databind.JsonNode>public <T> com.fasterxml.jackson.databind.JsonNode convert(T sourceObj,
String mappingURI,
Map<String,Object> argsMap)
convert in interface com.github.jmodel.mapper.api.MappingEngine<com.fasterxml.jackson.databind.JsonNode>public <T> com.fasterxml.jackson.databind.JsonNode convert(T sourceObj,
String mappingURI,
Map<String,Object> argsMap,
Locale currentLocale)
convert in interface com.github.jmodel.mapper.api.MappingEngine<com.fasterxml.jackson.databind.JsonNode>public <T> com.fasterxml.jackson.databind.JsonNode convert(T sourceObj,
com.github.jmodel.api.FormatEnum fromFormat,
com.github.jmodel.api.FormatEnum toFormat)
convert in interface com.github.jmodel.mapper.api.MappingEngine<com.fasterxml.jackson.databind.JsonNode>public <T> com.fasterxml.jackson.databind.JsonNode convert(T sourceObj,
com.github.jmodel.api.FormatEnum fromFormat,
com.github.jmodel.api.FormatEnum toFormat,
Locale currentLocale)
convert in interface com.github.jmodel.mapper.api.MappingEngine<com.fasterxml.jackson.databind.JsonNode>public com.fasterxml.jackson.databind.JsonNode convert(com.github.jmodel.api.Model sourceModel,
com.github.jmodel.api.FormatEnum toFormat)
convert in interface com.github.jmodel.mapper.api.MappingEngine<com.fasterxml.jackson.databind.JsonNode>public com.fasterxml.jackson.databind.JsonNode convert(com.github.jmodel.api.Model sourceModel,
com.github.jmodel.api.FormatEnum toFormat,
Locale currentLocale)
convert in interface com.github.jmodel.mapper.api.MappingEngine<com.fasterxml.jackson.databind.JsonNode>protected com.github.jmodel.mapper.api.Builder<com.fasterxml.jackson.databind.JsonNode> getBuilder(com.github.jmodel.api.FormatEnum toFormat)
getBuilder in class AbstractConvertEngineCopyright © 2016. All rights reserved.