Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convert(java.lang.String value,
cookxml.core.DecodeEngine decodeEngine)
Convert a string value into an object type.
|
static Converter |
getInstance() |
public static Converter getInstance()
public java.lang.Object convert(java.lang.String value, cookxml.core.DecodeEngine decodeEngine) throws ConverterException
Converter
convert
in interface Converter
value
- the string value to be converted.decodeEngine
- the DecodeEngine to be used.ConverterException