public abstract class AbstractTypeConverter<I,O> extends Object implements TypeConverter<I,O>
| Constructor and Description |
|---|
AbstractTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
O |
convert(FieldModel fieldModel,
DslField<I> in)
Convert the given field in with type
O, the model to the value in type O |
abstract String |
readable()
Returns the human readable version of this object.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic abstract String readable()
Readablepublic O convert(FieldModel fieldModel, DslField<I> in)
TypeConverterO, the model to the value in type Oconvert in interface TypeConverter<I,O>fieldModel - field modelin - in fieldCopyright © 2018. All rights reserved.