public interface StringConverter
<T> T fromString(TypeInfo<T> type, String value) throws ConversionException
type - Expected target typevalue - String value to convertConversionException - if something goes wrong<T> String toString(TypeInfo<T> type, T value) throws ConversionException
type - type info of valuevalue - Object to convert @return stringConversionException - if something goes wrongCopyright © 2016. All rights reserved.