See: Description
| Interface | Description |
|---|---|
| MultiOutputTransformableStep<SF extends Field,TF extends Field> |
Represents mapping steps that can have more than one output value.
|
| SingleOutputTransformableStep<SF extends Field,TF extends Field> |
Represents mapping steps that have only one output.
|
| Class | Description |
|---|---|
| AggregateTransformationMappingStep<SF extends Field,TF extends Field> |
Mapping step for an
AggregateTransformationDefinition. |
| ConstantTransformationMappingStep<SF extends Field,TF extends Field> |
Mapping step for a constant value.
|
| ConversionTransformationMappingStep<SF extends Field,TF extends Field> |
Mapping step for a
ConversionTransformationDefinition. |
| CrossReferenceTransformationMappingStep<SF extends Field,TF extends Field> |
Mapping step for a
CrossReference. |
| MappingStep<SF extends Field,TF extends Field> |
Steps to construct a mapping from source to target within a
TableMapping. |
| SourceFieldMappingStep<SF extends Field,TF extends Field> |
Mapping step for a source
Field. |
| SplitTransformationMappingStep<SF extends Field,TF extends Field> |
Mapping step for a
SplitTransformationDefinition. |
| TargetFieldMappingStep<SF extends Field,TF extends Field> |
Mapping step for a target
Field. |
| TransformationMappingStep<SF extends Field,TF extends Field> |
Mapping step for a
TransformationDefinition. |