Uses of Class
io.atlasmap.v2.Mapping
Package
Description
-
Uses of Mapping in io.atlasmap.api
Modifier and TypeMethodDescriptionAtlasContext.processPreview
(Mapping mapping) Deprecated.AtlasPreviewContext.processPreview
(Mapping mapping) -
Uses of Mapping in io.atlasmap.core
Modifier and TypeMethodDescriptionprotected Field
DefaultAtlasContext.processCombineField
(DefaultAtlasSession session, Mapping mapping, List<Field> sourceFields, Field targetField) DefaultAtlasContext.processPreview
(Mapping mapping) Deprecated.UseAtlasPreviewContext#processPreview(Mapping)
DefaultAtlasContext.processSeparateField
(DefaultAtlasSession session, Mapping mapping, Field sourceField) -
Uses of Mapping in io.atlasmap.core.validate
Modifier and TypeMethodDescriptionprotected void
BaseModuleValidationService.validateCombineMapping
(Mapping mapping, List<Validation> validations) Deprecated.protected void
BaseModuleValidationService.validateFieldCombinations
(Mapping mapping, List<Validation> validations) protected void
BaseModuleValidationService.validateMapMapping
(Mapping mapping, List<Validation> validations) protected void
BaseModuleValidationService.validateSeparateMapping
(Mapping mapping, List<Validation> validations) Deprecated. -
Uses of Mapping in io.atlasmap.spi
-
Uses of Mapping in io.atlasmap.v2
Modifier and TypeFieldDescriptionprotected Mapping
ProcessMappingRequest.mapping
protected Mapping
ProcessMappingResponse.mapping
Modifier and TypeMethodDescriptionProcessMappingRequest.getMapping()
Gets the value of the mapping property.ProcessMappingResponse.getMapping()
Gets the value of the mapping property.Modifier and TypeMethodDescriptionvoid
ProcessMappingRequest.setMapping
(Mapping value) Sets the value of the mapping property.void
ProcessMappingResponse.setMapping
(Mapping value) Sets the value of the mapping property.
AtlasPreviewContext#processPreview(Mapping)