Uses of Enum Class
io.atlasmap.v2.MappingFileType
-
Uses of MappingFileType in io.atlasmap.service
Modifier 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
Modifier 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.