public class DefaultTypeConverter<O> extends TypeConverter<O,O>
public O write(O input) throws Exception
TypeConverterwrite in class TypeConverter<O,O>input - the external valueException - any conversion exceptionpublic O read(O output) throws Exception
TypeConverterread in class TypeConverter<O,O>output - the internal valueException - any conversion exceptionCopyright © 2016 JBoss by Red Hat. All Rights Reserved.