Uses of Class
io.atlasmap.v2.AtlasMapping
Packages that use AtlasMapping
Package
Description
-
Uses of AtlasMapping in io.atlasmap.api
Methods in io.atlasmap.api that return AtlasMappingMethods in io.atlasmap.api with parameters of type AtlasMapping -
Uses of AtlasMapping in io.atlasmap.core
Methods in io.atlasmap.core that return AtlasMappingModifier and TypeMethodDescriptionADMArchiveHandler.cloneMappingDefinition()
DefaultAtlasContext.getMapping()
DefaultAtlasSession.getMapping()
ADMArchiveHandler.getMappingDefinition()
Methods in io.atlasmap.core with parameters of type AtlasMappingModifier and TypeMethodDescriptionDefaultAtlasContextFactory.createContext
(AtlasMapping mapping) DefaultAtlasContext.createSession
(AtlasMapping mappingDefinition) protected boolean
DefaultAtlasPropertyStrategy.processMappingDefinedProperties
(PropertyField propertyField, AtlasMapping atlasMapping) void
ADMArchiveHandler.setMappingDefinition
(AtlasMapping mapping) DefaultAtlasValidationService.validateMapping
(AtlasMapping mapping) Constructors in io.atlasmap.core with parameters of type AtlasMappingModifierConstructorDescriptionDefaultAtlasContext
(DefaultAtlasContextFactory factory, AtlasMapping mapping) -
Uses of AtlasMapping in io.atlasmap.core.validate
Methods in io.atlasmap.core.validate with parameters of type AtlasMappingModifier and TypeMethodDescriptionBaseModuleValidationService.validateMapping
(AtlasMapping mapping) -
Uses of AtlasMapping in io.atlasmap.service
Methods in io.atlasmap.service with parameters of type AtlasMappingModifier and TypeMethodDescriptionprotected javax.ws.rs.core.Response
AtlasService.validateMapping
(Integer mappingDefinitionId, AtlasMapping mapping, javax.ws.rs.core.UriInfo uriInfo) -
Uses of AtlasMapping in io.atlasmap.v2
Fields in io.atlasmap.v2 declared as AtlasMappingMethods in io.atlasmap.v2 that return AtlasMappingModifier and TypeMethodDescriptionstatic AtlasMapping
AtlasModelFactory.createAtlasMapping()
ProcessMappingRequest.getAtlasMapping()
Gets the value of the atlasMapping property.Methods in io.atlasmap.v2 with parameters of type AtlasMappingModifier and TypeMethodDescriptionvoid
ProcessMappingRequest.setAtlasMapping
(AtlasMapping value) Sets the value of the atlasMapping property.