I - 1st in typeJ - 2nd in typeO - out typepublic interface BiTypeConverter<I,J,O> extends DSLBuilder
| Modifier and Type | Method and Description |
|---|---|
O |
convert(FieldModel fieldModel,
Context context,
I in,
J in2)
Convert the given fields in with type
O J, the model to the value in type O |
O convert(FieldModel fieldModel, Context context, I in, J in2)
O J, the model to the value in type OfieldModel - field modelcontext - contextin - 1st inputin2 - 2nd input