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