Uses of Enum Class
io.atlasmap.v2.MappingFileType
Packages that use MappingFileType
-
Uses of MappingFileType in io.atlasmap.service
Methods in io.atlasmap.service with parameters of type MappingFileTypeModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AtlasService.createMappingRequest
(InputStream mapping, MappingFileType mappingFormat, Integer mappingDefinitionId, javax.ws.rs.core.UriInfo uriInfo) javax.ws.rs.core.Response
AtlasService.createMappingRequestOld
(InputStream mapping, MappingFileType mappingFormat, javax.ws.rs.core.UriInfo uriInfo) Deprecated.javax.ws.rs.core.Response
AtlasService.getMappingRequest
(MappingFileType mappingFormat, Integer mappingDefinitionId) javax.ws.rs.core.Response
AtlasService.getMappingRequestOld
(MappingFileType mappingFormat) Deprecated. -
Uses of MappingFileType in io.atlasmap.v2
Methods in io.atlasmap.v2 that return MappingFileTypeModifier and TypeMethodDescriptionstatic MappingFileType
Returns the enum constant of this class with the specified name.static MappingFileType[]
MappingFileType.values()
Returns an array containing the constants of this enum class, in the order they are declared.