public final class SchemaNamesValidator extends Object implements Validator<org.apache.avro.Schema>
this validator ("namesValidator") has the following configurations:
Validator.Result
Constructor and Description |
---|
SchemaNamesValidator() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Class<org.apache.avro.Schema> |
getValidationInput() |
Validator.Result |
validate(org.apache.avro.Schema schema,
ValidatorMojo mojo) |
public String getName()
@Nonnull public Validator.Result validate(org.apache.avro.Schema schema, ValidatorMojo mojo) throws org.apache.maven.plugin.MojoExecutionException, IOException
validate
in interface Validator<org.apache.avro.Schema>
org.apache.maven.plugin.MojoExecutionException
IOException
public Class<org.apache.avro.Schema> getValidationInput()
getValidationInput
in interface Validator<org.apache.avro.Schema>
Copyright © 2018 SPF4J. All rights reserved.