public interface Converter
Modifier and Type | Method and Description |
---|---|
void |
convert(java.lang.Object value,
java.util.Map<java.lang.Object,java.lang.Object> output)
Converts a type to a Map.
|
void convert(java.lang.Object value, java.util.Map<java.lang.Object,java.lang.Object> output)
value
- the value to convert.output
- the map conversion results are accumulated into.