Uses of Interface
org.spf4j.maven.plugin.avro.avscp.validation.Validator
-
Packages that use Validator Package Description org.spf4j.maven.plugin.avro.avscp.validation.impl -
-
Uses of Validator in org.spf4j.maven.plugin.avro.avscp.validation.impl
Classes in org.spf4j.maven.plugin.avro.avscp.validation.impl that implement Validator Modifier and Type Class Description classSchemaCompatibilityValidatorValidates previously released schemas for backward compatibility.classSchemaDocValidatorValidates schema documentation fields are not empty for: Records, Fixed, Enum, Record Fields.classSchemaNamesValidatorValidates schema names to be compliant with: no underscores in names (camel case should bd used instead) names must have a minimum size.
-