public class AbstractPopulatingDynamicConverter<SOURCE,TARGET> extends AbstractDynamicConverter<SOURCE,TARGET>
| Constructor and Description |
|---|
AbstractPopulatingDynamicConverter(TypeResolver<SOURCE,TARGET> typeResolver) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GenericPopulator<SOURCE,TARGET>> |
getPopulators() |
void |
populate(SOURCE source,
TARGET target)
Populate the target instance from the source instance.
|
void |
setPopulators(java.util.List<GenericPopulator<SOURCE,TARGET>> populators) |
convert, convert, createTarget, createTargetFromSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertAll, convertAllIgnoreExceptions, getLoggerpublic AbstractPopulatingDynamicConverter(TypeResolver<SOURCE,TARGET> typeResolver)
public java.util.List<GenericPopulator<SOURCE,TARGET>> getPopulators()
public void setPopulators(java.util.List<GenericPopulator<SOURCE,TARGET>> populators)
Copyright © 2018 SAP SE. All Rights Reserved.