I - 1st in typeJ - 2nd in typeO - out typepublic interface BiTypeConverter<I,J,O> extends SyntaxTree
| 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 |