interface InternalConverting extends Converting
Converting
interface with the
addition that the current converter (which may include custom rules) can be
set on it. This allows the converter to be re-entrant and use itself for
sub-conversions if applicable.Modifier and Type | Method and Description |
---|---|
void |
setConverter(Converter c)
Set the current converter.
|
to, to, to
defaultValue, keysIgnoreCase, sourceAs, sourceAsBean, sourceAsDTO, targetAs, targetAsBean, targetAsDTO, view
void setConverter(Converter c)
c
- The current converter.