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