public class JavaModule
extends io.atlasmap.core.BaseAtlasModule
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LIST_CLASS |
Constructor and Description |
---|
JavaModule() |
Modifier and Type | Method and Description |
---|---|
io.atlasmap.v2.Field |
cloneField(io.atlasmap.v2.Field field) |
void |
destroy() |
ClassLoader |
getClassLoader() |
void |
init() |
Boolean |
isSupportedField(io.atlasmap.v2.Field field) |
void |
populateTargetField(io.atlasmap.spi.AtlasInternalSession session) |
void |
processPostSourceExecution(io.atlasmap.spi.AtlasInternalSession session) |
void |
processPostTargetExecution(io.atlasmap.spi.AtlasInternalSession session) |
void |
processPreSourceExecution(io.atlasmap.spi.AtlasInternalSession atlasSession) |
void |
processPreTargetExecution(io.atlasmap.spi.AtlasInternalSession atlasSession) |
void |
processPreValidation(io.atlasmap.spi.AtlasInternalSession atlasSession) |
void |
readSourceValue(io.atlasmap.spi.AtlasInternalSession session) |
void |
setClassLoader(ClassLoader loader) |
void |
writeTargetValue(io.atlasmap.spi.AtlasInternalSession session) |
applySourceFieldActions, applyTargetFieldActions, getClassName, getConversionService, getDataFormats, getDocId, getFieldActionService, getMode, getModeName, getName, getPackageNames, getSourceCount, getSourceErrorCount, getSourceMaxExecutionTime, getSourceMinExecutionTime, getSourceSuccessCount, getSourceTotalExecutionTime, getTargetCount, getTargetErrorCount, getTargetMaxExecutionTime, getTargetMinExecutionTime, getTargetSuccessCount, getTargetTotalExecutionTime, getUri, getUuid, getVersion, isAutomaticallyProcessOutputFieldActions, isSourceSupported, isStatisticsEnabled, isStatisticsSupported, isTargetSupported, listSupportedModes, processLookupField, processPostValidation, readAndResetStatistics, setAutomaticallyProcessOutputFieldActions, setConversionService, setDocId, setFieldActionService, setMode, setStatisticsEnabled, setUri
public static final String DEFAULT_LIST_CLASS
public void init()
init
in interface io.atlasmap.spi.AtlasModule
init
in class io.atlasmap.core.BaseAtlasModule
public void destroy()
destroy
in interface io.atlasmap.spi.AtlasModule
destroy
in class io.atlasmap.core.BaseAtlasModule
public void processPreValidation(io.atlasmap.spi.AtlasInternalSession atlasSession) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public void processPreSourceExecution(io.atlasmap.spi.AtlasInternalSession atlasSession) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public void processPreTargetExecution(io.atlasmap.spi.AtlasInternalSession atlasSession) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public void readSourceValue(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public void populateTargetField(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
populateTargetField
in interface io.atlasmap.spi.AtlasModule
populateTargetField
in class io.atlasmap.core.BaseAtlasModule
io.atlasmap.api.AtlasException
public void writeTargetValue(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public void processPostSourceExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public void processPostTargetExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public Boolean isSupportedField(io.atlasmap.v2.Field field)
isSupportedField
in interface io.atlasmap.spi.AtlasModule
isSupportedField
in class io.atlasmap.core.BaseAtlasModule
public io.atlasmap.v2.Field cloneField(io.atlasmap.v2.Field field) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
public ClassLoader getClassLoader()
public void setClassLoader(ClassLoader loader)
Copyright © 2019 JBoss by Red Hat. All rights reserved.