public interface Converter
ConverterException| 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.
|
java.lang.Object convert(java.lang.String value,
cookxml.core.DecodeEngine decodeEngine)
throws java.lang.Exception
value - the string value to be converted.decodeEngine - the DecodeEngine to be used.java.lang.Exception - If the exception is not a ConverterException,
then it should be wrapped inside one by the caller.