E - the type parameter of the external typeI - the type parameter of the internal typepublic abstract class TypeConverter<E,I> extends Object
| Constructor and Description |
|---|
TypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
abstract E |
read(I internal)
Converts an internal value to an external value.
|
abstract I |
write(E external)
Converts an external value to an internal value.
|
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.