Package | Description |
---|---|
org.pentaho.di.trans.steps.mapping | |
org.pentaho.di.trans.steps.simplemapping |
Modifier and Type | Method and Description |
---|---|
List<MappingIODefinition> |
MappingMeta.getInputMappings() |
List<MappingIODefinition> |
MappingMeta.getOutputMappings() |
Modifier and Type | Method and Description |
---|---|
void |
MappingMeta.setInputMappings(List<MappingIODefinition> inputMappings) |
void |
MappingMeta.setOutputMappings(List<MappingIODefinition> outputMappings) |
Modifier and Type | Method and Description |
---|---|
MappingIODefinition |
SimpleMappingMeta.getInputMapping() |
MappingIODefinition |
SimpleMappingMeta.getOutputMapping() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMappingMeta.setInputMapping(MappingIODefinition inputMapping) |
void |
SimpleMappingMeta.setOutputMapping(MappingIODefinition outputMapping) |
Constructor and Description |
---|
RowDataInputMapper(MappingIODefinition inputDefinition,
RowProducer rowProducer) |
RowOutputDataMapper(MappingIODefinition inputDefinition,
MappingIODefinition outputDefinition,
PutRowInterface putRowInterface) |
Copyright © 2018 Hitachi Vantara. All rights reserved.