Class CustomAtlasContext
java.lang.Object
io.atlasmap.core.DefaultAtlasContext
org.qubership.integration.platform.engine.mapper.atlasmap.CustomAtlasContext
- All Implemented Interfaces:
io.atlasmap.api.AtlasContext,io.atlasmap.mxbean.AtlasContextMXBean
public class CustomAtlasContext
extends io.atlasmap.core.DefaultAtlasContext
-
Constructor Summary
ConstructorsConstructorDescriptionCustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, io.atlasmap.api.AtlasContextFactory.Format format, InputStream stream) CustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, io.atlasmap.v2.AtlasMapping mapping) CustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, URI atlasMappingUri) CustomAtlasContext(URI atlasMappingUri) -
Method Summary
Modifier and TypeMethodDescriptionio.atlasmap.api.AtlasSessionprotected voidprocessSourceFieldMapping(io.atlasmap.core.DefaultAtlasSession session) Methods inherited from class io.atlasmap.core.DefaultAtlasContext
applyFieldActions, createSession, getADMArchiveHandler, getClassName, getContextFactory, getJmxObjectName, getLookupTables, getMapping, getMappingName, getMappingUri, getSourceModules, getTargetModules, getThreadName, getUuid, getVersion, init, process, processCombineField, processPreview, processSeparateField, processValidation, registerJmx, resolveModule, setDefaultSessionProperties, setJmxObjectName, setLookupTables, setMappingUri, setSourceModules, setTargetModules, toString
-
Constructor Details
-
CustomAtlasContext
-
CustomAtlasContext
-
CustomAtlasContext
public CustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, io.atlasmap.v2.AtlasMapping mapping) -
CustomAtlasContext
public CustomAtlasContext(io.atlasmap.core.DefaultAtlasContextFactory factory, io.atlasmap.api.AtlasContextFactory.Format format, InputStream stream) throws io.atlasmap.api.AtlasException - Throws:
io.atlasmap.api.AtlasException
-
-
Method Details
-
processSourceFieldMapping
protected void processSourceFieldMapping(io.atlasmap.core.DefaultAtlasSession session) - Overrides:
processSourceFieldMappingin classio.atlasmap.core.DefaultAtlasContext
-
createSession
public io.atlasmap.api.AtlasSession createSession() throws io.atlasmap.api.AtlasException- Specified by:
createSessionin interfaceio.atlasmap.api.AtlasContext- Overrides:
createSessionin classio.atlasmap.core.DefaultAtlasContext- Throws:
io.atlasmap.api.AtlasException
-