public abstract class AbstractBiTypeConverter<I,J,O> extends Object implements BiTypeConverter<I,J,O>
| Constructor and Description |
|---|
AbstractBiTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
O |
convert(FieldModel fieldModel,
DslField<I> in,
DslField<J> in2)
Convert the given fields in with type
O J, 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, DslField<J> in2)
BiTypeConverterO J, the model to the value in type Oconvert in interface BiTypeConverter<I,J,O>fieldModel - field modelin - 1st in fieldin2 - 2nd in fieldCopyright © 2018. All rights reserved.