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