Uses of Class
org.spf4j.maven.plugin.avro.avscp.validation.Validator.Result
-
Packages that use Validator.Result Package Description org.spf4j.maven.plugin.avro.avscp org.spf4j.maven.plugin.avro.avscp.validation org.spf4j.maven.plugin.avro.avscp.validation.impl -
-
Uses of Validator.Result in org.spf4j.maven.plugin.avro.avscp
Method parameters in org.spf4j.maven.plugin.avro.avscp with type arguments of type Validator.Result Modifier and Type Method Description voidSchemaValidatorMojo. handleValidation(Map<String,Validator.Result> vresult, org.apache.maven.plugin.logging.Log logger, String detail) -
Uses of Validator.Result in org.spf4j.maven.plugin.avro.avscp.validation
Methods in org.spf4j.maven.plugin.avro.avscp.validation that return Validator.Result Modifier and Type Method Description static Validator.ResultValidator.Result. failed(Exception ex)static Validator.ResultValidator.Result. failed(String validationErrorMessage)static Validator.ResultValidator.Result. failed(String validationErrorMessage, Exception ex)static Validator.ResultValidator.Result. valid()@NonNull Validator.ResultValidator. validate(T object, ValidatorMojo mojo)Methods in org.spf4j.maven.plugin.avro.avscp.validation that return types with arguments of type Validator.Result Modifier and Type Method Description Map<String,Validator.Result>Validators. validate(Object obj, ValidatorMojo mojo) -
Uses of Validator.Result in org.spf4j.maven.plugin.avro.avscp.validation.impl
Methods in org.spf4j.maven.plugin.avro.avscp.validation.impl that return Validator.Result Modifier and Type Method Description Validator.ResultSchemaCompatibilityValidator. validate(Void nv, ValidatorMojo mojo)Validator.ResultSchemaDocValidator. validate(Schema schema, ValidatorMojo mojo)Validator.ResultSchemaNamesValidator. validate(Schema schema, ValidatorMojo mojo)
-