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 ValidityLevel
ValidityLevel. 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 void
ApicurioDataModelContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
void
AvroContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
void
ContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
Called to validate the given content.void
GraphQLContentValidator. validate(ValidityLevel level, ContentHandle content)
void
JsonSchemaContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
void
KafkaConnectContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
void
ProtobufContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
void
WsdlContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
void
XmlContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
void
XsdContentValidator. validate(ValidityLevel level, ContentHandle artifactContent)
-