public interface Converter
| Modifier and Type | Method and Description |
|---|---|
void |
convert(Object source,
Object target,
String... tags)
Conversion from (part of) the source object to the target object.
|
void convert(Object source, Object target, String... tags) throws JTransfoException
source - source to read fromtarget - target to write intotags - tags which indicate which fields can be converted based on MapOnly annotationsJTransfoException - problem during conversionCopyright © 2017. All rights reserved.