Uses of Class
io.apicurio.registry.ccompat.dto.ModeDto
-
Packages that use ModeDto Package Description io.apicurio.registry.ccompat.rest io.apicurio.registry.ccompat.rest.impl -
-
Uses of ModeDto in io.apicurio.registry.ccompat.rest
Methods in io.apicurio.registry.ccompat.rest that return ModeDto Modifier and Type Method Description ModeDto
ModeResource. getGlobalMode()
ModeDto
ModeResource. updateGlobalMode(@NotNull ModeDto request)
Methods in io.apicurio.registry.ccompat.rest with parameters of type ModeDto Modifier and Type Method Description ModeDto
ModeResource. updateGlobalMode(@NotNull ModeDto request)
-
Uses of ModeDto in io.apicurio.registry.ccompat.rest.impl
Methods in io.apicurio.registry.ccompat.rest.impl that return ModeDto Modifier and Type Method Description ModeDto
ModeResourceImpl. getGlobalMode()
ModeDto
ModeResourceImpl. updateGlobalMode(ModeDto request)
Methods in io.apicurio.registry.ccompat.rest.impl with parameters of type ModeDto Modifier and Type Method Description ModeDto
ModeResourceImpl. updateGlobalMode(ModeDto request)
-