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 FieldDefaultAtlasContext.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 voidBaseModuleValidationService.validateCombineMapping(Mapping mapping, List<Validation> validations) Deprecated.protected voidBaseModuleValidationService.validateFieldCombinations(Mapping mapping, List<Validation> validations) protected voidBaseModuleValidationService.validateMapMapping(Mapping mapping, List<Validation> validations) protected voidBaseModuleValidationService.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 MappingProcessMappingRequest.mappingprotected MappingProcessMappingResponse.mappingMethods 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 TypeMethodDescriptionvoidProcessMappingRequest.setMapping(Mapping value) Sets the value of the mapping property.voidProcessMappingResponse.setMapping(Mapping value) Sets the value of the mapping property.
AtlasPreviewContext#processPreview(Mapping)