I - in typeO - out typepublic interface TypeConverter<I,O> extends DSLBuilder
| Modifier and Type | Method and Description |
|---|---|
O |
convert(FieldModel fieldModel,
Context context,
I input)
Convert the given field in with type
O, the model to the value in type O |
O convert(FieldModel fieldModel, Context context, I input)
O, the model to the value in type OfieldModel - field modelcontext - contextinput - input value