E
I
public abstract class TypeConverter<E,I> extends Object
TypeConverter()
abstract E
read(I internal)
abstract I
write(E external)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TypeConverter()
public abstract I write(E external) throws Exception
external
Exception
public abstract E read(I internal) throws Exception
internal
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.