public class DefaultStepMap<I> extends Object implements StepMap<I>
| Constructor and Description |
|---|
DefaultStepMap(DslField<I> inFieldInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(MetadataVisitor visitor,
int depth) |
String |
readable()
Returns the human readable version of this object.
|
SimpleMappingRule<I,I> |
to(DslField<I> outFieldInfo)
Return the mapping rule
|
<O> StepMapping<I,O> |
using(TypeConverter<I,O> typeConverter)
Return the step mapping
|
public String readable()
Readablepublic void accept(MetadataVisitor visitor, int depth)
accept in interface SyntaxTreepublic <O> StepMapping<I,O> using(TypeConverter<I,O> typeConverter)
StepMapCopyright © 2018. All rights reserved.