I - 1st in typeJ - 2nd in typepublic class BiStepMap<I,J>
extends java.lang.Object
I and J with a bi-converter.| Constructor and Description |
|---|
BiStepMap(DslField<I> inFieldInfo,
DslField<J> in2FieldInfo) |
| Modifier and Type | Method and Description |
|---|---|
<O> BiStepMapping<I,J,O> |
using(BiTypeConverter<I,J,O> typeConverter)
Returns bi step mapping
|
public <O> BiStepMapping<I,J,O> using(BiTypeConverter<I,J,O> typeConverter)
O - out typetypeConverter - bi type converter