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) |
void |
AtlasFieldActionService.processActions(io.atlasmap.v2.Actions actions,
io.atlasmap.v2.Field field) |
Object |
AtlasFieldActionService.processActions(io.atlasmap.v2.Actions actions,
Object sourceValue,
io.atlasmap.v2.FieldType targetType) |
void |
AtlasContext.processValidation(AtlasSession session) |
Modifier and Type | Method and Description |
---|---|
io.atlasmap.v2.Field |
AtlasModule.cloneField(io.atlasmap.v2.Field field) |
int |
AtlasModule.getCollectionSize(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) |
void |
AtlasModule.processSourceFieldMapping(AtlasInternalSession session) |
void |
AtlasModule.processTargetFieldMapping(AtlasInternalSession session) |
void |
AtlasFieldReader.read(AtlasInternalSession session) |
void |
AtlasFieldWriter.write(AtlasInternalSession session) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.