S - the type of the input of the converter.T - the type of the output of the converter.public class DefaultConverter<S,T> extends java.lang.Object implements Converter<S,T>
| Constructor and Description |
|---|
DefaultConverter() |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S s)
Uses the source
S object and produces an new instance of T. |
<any> |
getObjectFactory() |
protected java.util.List<Populator<S,T>> |
getPopulators() |
void |
setObjectFactory(<any> objectFactory) |
void |
setPopulators(java.util.List<Populator<S,T>> populators) |
Copyright © 2018 SAP SE. All Rights Reserved.