S
- the source typeD1
- the intermediate destination typepublic static interface Converters.ChainableConverter<S,D1>
Modifier and Type | Method and Description |
---|---|
<D2> Converter<S,D2> |
map(Converter<D1,D2> converter)
Chains a converter of
S -> D1 to S -> D2 with given converter. |
<D2> Converter<S,D2> |
to(Class<D2> destinationType)
Chains a converter of
S -> D1 to S -> D2 . |
Copyright © 2011–2024. All rights reserved.