Package | Description |
---|---|
io.atlasmap.api | |
io.atlasmap.spi |
Modifier and Type | Class and Description |
---|---|
class |
AtlasConversionException |
class |
AtlasNotFoundException |
class |
AtlasUnsupportedException |
class |
AtlasValidationException |
Modifier and Type | Method and Description |
---|---|
AtlasContext |
AtlasContextFactory.createContext(File atlasMappingFile) |
AtlasContext |
AtlasContextFactory.createContext(URI atlasMappingUri) |
AtlasSession |
AtlasContext.createSession() |
AtlasCombineStrategy |
AtlasContextFactory.getCombineStrategy() |
AtlasConversionService |
AtlasContextFactory.getConversionService() |
AtlasFieldActionService |
AtlasContextFactory.getFieldActionService() |
AtlasPropertyStrategy |
AtlasContextFactory.getPropertyStrategy() |
AtlasSeparateStrategy |
AtlasContextFactory.getSeparateStrategy() |
AtlasValidationService |
AtlasContextFactory.getValidationService() |
void |
AtlasContext.process(AtlasSession session) |
io.atlasmap.v2.Audits |
AtlasContext.processPreview(io.atlasmap.v2.Mapping mapping) |
void |
AtlasContext.processValidation(AtlasSession session) |
Modifier and Type | Method and Description |
---|---|
io.atlasmap.v2.Field |
AtlasModule.cloneField(io.atlasmap.v2.Field field) |
void |
AtlasModule.destroy() |
io.atlasmap.v2.ActionDetail |
AtlasFieldActionService.findActionDetail(io.atlasmap.v2.Action action,
io.atlasmap.v2.FieldType type) |
void |
AtlasModule.init() |
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 © 2020 JBoss by Red Hat. All rights reserved.