public class FaultTolerantConverter<SOURCE,TARGET> extends AbstractPopulatingConverter<SOURCE,TARGET>
| Constructor and Description |
|---|
FaultTolerantConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(SOURCE source,
TARGET target)
Populate the target instance from the source instance.
|
getPopulators, removePopulatorsDuplicates, setPopulatorsafterPropertiesSet, convert, convert, createFromClass, createTarget, getMyBeanName, setBeanName, setTargetClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertAll, convertAllIgnoreExceptions, getLoggerpublic void populate(SOURCE source, TARGET target)
AbstractPopulatingConverterpopulate in interface Populator<SOURCE,TARGET>populate in class AbstractPopulatingConverter<SOURCE,TARGET>source - the source itemtarget - the target item to populateAbstractConverter.setTargetClass(Class)Copyright © 2018 SAP SE. All Rights Reserved.