I - in typepublic interface StepMap<I> extends Readable, SyntaxTree
I with a converter or the out field with type I| Modifier and Type | Method and Description |
|---|---|
SimpleMappingRule<I,I> |
to(DslField<I> outFieldInfo)
Return the mapping rule
|
<O> StepMapping<I,O> |
using(TypeConverter<I,O> typeConverter)
Return the step mapping
|
accept<O> StepMapping<I,O> using(TypeConverter<I,O> typeConverter)
O - out typetypeConverter - type converterSimpleMappingRule<I,I> to(DslField<I> outFieldInfo)
outFieldInfo - out field infoCopyright © 2018. All rights reserved.