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, todefaultValue, keysIgnoreCase, sourceAs, sourceAsBean, sourceAsDTO, targetAs, targetAsBean, targetAsDTO, viewvoid setConverter(Converter c)
c - The current converter.