Uses of Class
io.apicurio.registry.rules.validity.ValidityLevel
-
Packages that use ValidityLevel Package Description io.apicurio.registry.rules.validity -
-
Uses of ValidityLevel in io.apicurio.registry.rules.validity
Methods in io.apicurio.registry.rules.validity that return ValidityLevel Modifier and Type Method Description static ValidityLevelValidityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidityLevel[]ValidityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apicurio.registry.rules.validity with parameters of type ValidityLevel Modifier and Type Method Description voidApicurioDataModelContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidAvroContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)Called to validate the given content.voidGraphQLContentValidator. validate(ValidityLevel level, ContentHandle content)voidJsonSchemaContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidKafkaConnectContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidProtobufContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidWsdlContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidXmlContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)voidXsdContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
-