interface InternalConverter extends Converter
| Modifier and Type | Method and Description |
|---|---|
InternalConverting |
convert(java.lang.Object obj)
Start a conversion for the given object.
|
function, newConverterBuilderInternalConverting convert(java.lang.Object obj)
Converterconvert in interface Converterobj - The object that should be converted.Converting object to complete the conversion.