S - - the type of the source objectT - - the type of the destination objectC - - the type of the context objectpublic interface ContextAwareConverter<S,T,C>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S source,
C context)
Converts the source object, creating a new instance of the destination type.
|
default java.util.List<T> |
convertAll(java.util.Collection<? extends S> sources,
C context)
Convert Collection of SOURCE instances and return Collection of TARGET instances.
|
Copyright © 2018 SAP SE. All Rights Reserved.