public interface MappingEngine<R>
| Modifier and Type | Method and Description |
|---|---|
R |
convert(Model sourceModel,
FormatEnum toFormat) |
R |
convert(Model sourceModel,
FormatEnum toFormat,
Locale currentLocale) |
<T> R |
convert(T sourceObj,
FormatEnum fromFormat,
FormatEnum toFormat) |
<T> R |
convert(T sourceObj,
FormatEnum fromFormat,
FormatEnum toFormat,
Locale currentLocale) |
<T> R |
convert(T sourceObj,
String mappingURI) |
<T> R |
convert(T sourceObj,
String mappingURI,
Locale currentLocale) |
<T> R |
convert(T sourceObj,
String mappingURI,
Map<String,Object> argsMap) |
<T> R |
convert(T sourceObj,
String mappingURI,
Map<String,Object> argsMap,
Locale currentLocale) |
<T> R convert(T sourceObj, String mappingURI, Map<String,Object> argsMap, Locale currentLocale)
<T> R convert(T sourceObj, FormatEnum fromFormat, FormatEnum toFormat)
<T> R convert(T sourceObj, FormatEnum fromFormat, FormatEnum toFormat, Locale currentLocale)
R convert(Model sourceModel, FormatEnum toFormat)
R convert(Model sourceModel, FormatEnum toFormat, Locale currentLocale)
Copyright © 2016. All rights reserved.