Uses of Class
io.apicurio.registry.ccompat.dto.CompatibilityLevelDto.Level
-
Packages that use CompatibilityLevelDto.Level Package Description io.apicurio.registry.ccompat.dto -
-
Uses of CompatibilityLevelDto.Level in io.apicurio.registry.ccompat.dto
Methods in io.apicurio.registry.ccompat.dto that return CompatibilityLevelDto.Level Modifier and Type Method Description static CompatibilityLevelDto.Level
CompatibilityLevelDto.Level. create(Optional<CompatibilityLevel> source)
static CompatibilityLevelDto.Level
CompatibilityLevelDto.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompatibilityLevelDto.Level[]
CompatibilityLevelDto.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-