S - source typeD - destination typepublic interface Converter<S,D>
S to instances of destination type D.| Modifier and Type | Method and Description |
|---|---|
D |
convert(MappingContext<S,D> context)
Converts the
MappingContext.getSource() to an instance of
MappingContext.getDestinationType(). |
D convert(MappingContext<S,D> context)
MappingContext.getSource() to an instance of
MappingContext.getDestinationType().context - of current mapping processMappingException - if an error occurs while convertingCopyright © 2011–2018. All rights reserved.