Package | Description |
---|---|
io.atlasmap.spi |
Modifier and Type | Method and Description |
---|---|
void |
AtlasModule.populateTargetField(AtlasInternalSession session)
Populate target field value, usually by just copy from source field value.
|
io.atlasmap.v2.Field |
AtlasFieldActionService.processActions(AtlasInternalSession session,
io.atlasmap.v2.Field field) |
void |
AtlasModule.processPostSourceExecution(AtlasInternalSession session) |
void |
AtlasModule.processPostTargetExecution(AtlasInternalSession session) |
void |
AtlasModule.processPostValidation(AtlasInternalSession session) |
void |
AtlasModule.processPreSourceExecution(AtlasInternalSession session) |
void |
AtlasModule.processPreTargetExecution(AtlasInternalSession session) |
void |
AtlasModule.processPreValidation(AtlasInternalSession session) |
io.atlasmap.v2.Field |
AtlasFieldReader.read(AtlasInternalSession session) |
void |
AtlasModule.readSourceValue(AtlasInternalSession session)
Read source field value from source document and store into source field object.
|
void |
AtlasFieldWriter.write(AtlasInternalSession session) |
void |
AtlasModule.writeTargetValue(AtlasInternalSession session)
Write target field value into target document.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.