I - in typeO - out typepublic interface TypeConverter<I,O> extends SyntaxTree
| 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 |
O convert(FieldModel fieldModel, DslField<I> in)
O, the model to the value in type OfieldModel - field modelin - in field