- SCHEMA_MANIFEST - Static variable in class org.spf4j.maven.plugin.avro.avscp.SchemaCompileMojo
-
- SchemaCompatibilityValidator - Class in org.spf4j.maven.plugin.avro.avscp.validation.impl
-
Validates all previously released schemas for backward compatibility.
- SchemaCompatibilityValidator() - Constructor for class org.spf4j.maven.plugin.avro.avscp.validation.impl.SchemaCompatibilityValidator
-
- SchemaCompileMojo - Class in org.spf4j.maven.plugin.avro.avscp
-
Mojo that will compile the avro sources: *.avsc, *.avpr, *.avdl in:
1) java files.
- SchemaCompileMojo() - Constructor for class org.spf4j.maven.plugin.avro.avscp.SchemaCompileMojo
-
- SchemaDependenciesMojo - Class in org.spf4j.maven.plugin.avro.avscp
-
mojo that fetches all schema dependencies.
- SchemaDependenciesMojo() - Constructor for class org.spf4j.maven.plugin.avro.avscp.SchemaDependenciesMojo
-
- SchemaDocValidator - Class in org.spf4j.maven.plugin.avro.avscp.validation.impl
-
Validates schema documentation fields are not empty for:
Records, Fixed, Enum, Record Fields.
- SchemaDocValidator() - Constructor for class org.spf4j.maven.plugin.avro.avscp.validation.impl.SchemaDocValidator
-
- SchemaMojoBase - Class in org.spf4j.maven.plugin.avro.avscp
-
- SchemaMojoBase() - Constructor for class org.spf4j.maven.plugin.avro.avscp.SchemaMojoBase
-
- SchemaValidatorMojo - Class in org.spf4j.maven.plugin.avro.avscp
-
Mojo that runs all Schema validators on this project schemas:
Built in validators: docValidator (schema documentation), compatibility (schema compatibility)
Custom validators can be built and used.
- SchemaValidatorMojo() - Constructor for class org.spf4j.maven.plugin.avro.avscp.SchemaValidatorMojo
-
- sourceDirectory - Variable in class org.spf4j.maven.plugin.avro.avscp.SchemaMojoBase
-
The source directory of avro files.