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 ModeDtoModeResource. getGlobalMode()ModeDtoModeResource. updateGlobalMode(@NotNull ModeDto request)Methods in io.apicurio.registry.ccompat.rest with parameters of type ModeDto Modifier and Type Method Description ModeDtoModeResource. 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 ModeDtoModeResourceImpl. getGlobalMode()ModeDtoModeResourceImpl. updateGlobalMode(ModeDto request)Methods in io.apicurio.registry.ccompat.rest.impl with parameters of type ModeDto Modifier and Type Method Description ModeDtoModeResourceImpl. updateGlobalMode(ModeDto request)
-