Uses of Class
io.atlasmap.v2.Mapping
Packages that use Mapping
Package
Description
-
Uses of Mapping in io.atlasmap.api
Methods in io.atlasmap.api with parameters of type MappingModifier and TypeMethodDescriptionAtlasContext.processPreview
(Mapping mapping) Deprecated.AtlasPreviewContext.processPreview
(Mapping mapping) -
Uses of Mapping in io.atlasmap.core
Methods in io.atlasmap.core with parameters of type MappingModifier 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
Methods in io.atlasmap.core.validate with parameters of type MappingModifier 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
Methods in io.atlasmap.spi that return MappingMethods in io.atlasmap.spi with parameters of type Mapping -
Uses of Mapping in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as MappingModifier and TypeFieldDescriptionprotected Mapping
ProcessMappingRequest.mapping
protected Mapping
ProcessMappingResponse.mapping
Methods in io.atlasmap.v2 that return MappingModifier and TypeMethodDescriptionProcessMappingRequest.getMapping()
Gets the value of the mapping property.ProcessMappingResponse.getMapping()
Gets the value of the mapping property.Methods in io.atlasmap.v2 with parameters of type MappingModifier 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)