Package | Description |
---|---|
io.apicurio.registry.rules.validity |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtobufFdContentValidator.validate(ValidityLevel level,
ContentHandle artifactContent) |
void |
ProtobufContentValidator.validate(ValidityLevel level,
ContentHandle artifactContent) |
void |
KafkaConnectContentValidator.validate(ValidityLevel level,
ContentHandle artifactContent) |
void |
JsonSchemaContentValidator.validate(ValidityLevel level,
ContentHandle artifactContent) |
void |
GraphQLContentValidator.validate(ValidityLevel level,
ContentHandle content) |
void |
ContentValidator.validate(ValidityLevel level,
ContentHandle artifactContent)
Called to validate the given content.
|
void |
AvroContentValidator.validate(ValidityLevel level,
ContentHandle artifactContent) |
void |
ApicurioDataModelContentValidator.validate(ValidityLevel level,
ContentHandle artifactContent) |
Copyright © 2020 Red Hat. All rights reserved.