Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.avro.Schema Classes and Interfaces - 55 results found.
NameDescriptionTypePackageFramework
SchemaAn abstract data type.Classorg.apache.avroAvro
Schema .FieldA field within a record.Classorg.apache.avro.SchemaAvro
Schema .Field .OrderHow values of this field should be ordered when sorting records.Classorg.apache.avro.Schema.FieldAvro
Schema .ParserA parser for JSON-format schemas.Classorg.apache.avro.SchemaAvro
Schema .TypeThe type of a schema.Classorg.apache.avro.SchemaAvro
SchemaBuilder A fluent interface for building Schema instances.Classorg.apache.avroAvro
SchemaBuilder .ArrayBuilderBuilds an Avro Array type with optional properties.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .ArrayDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .BaseFieldTypeBuilderA special Builder for Record fields.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .BaseTypeBuilderA common API for building types within a context.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .BooleanBuilderBuilds an Avro boolean type with optional properties.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .BooleanDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .BytesBuilderBuilds an Avro bytes type with optional properties.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .BytesDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .DoubleBuilderBuilds an Avro double type with optional properties.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .DoubleDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .EnumBuilderBuilds an Avro Enum type with optional properties, namespace, doc, and Set properties with SchemaBuilder.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .EnumDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .FieldAssemblerClassorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .FieldBuilderBuilds a Field in the context of a SchemaBuilder.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .FieldDefaultAbstract base class for field defaults.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .FieldTypeBuilderFieldTypeBuilder adds unionOf(), nullable(), and optional() to BaseFieldTypeBuilder.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .FixedBuilderBuilds an Avro Fixed type with optional properties, namespace, doc, and Set properties with SchemaBuilder.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .FixedDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .FloatBuilderBuilds an Avro float type with optional properties.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .FloatDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .GenericDefaultClassorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .IntBuilderBuilds an Avro int type with optional properties.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .IntDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .LongBuilderBuilds an Avro long type with optional properties.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .LongDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .MapBuilderBuilds an Avro Map type with optional properties.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .MapDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .NamedBuilderAn abstract type that provides builder methods for configuring the name, doc, and aliases of all Avro types that have names (fields, Fixed, Record,Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .NamespacedBuilderAn abstract type that provides builder methods for configuring the namespace for all Avro types that have namespaces (Fixed, Record, andClassorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .NullBuilderBuilds an Avro null type with optional properties.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .NullDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .PropBuilderAn abstract builder for all Avro types.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .RecordBuilderClassorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .RecordDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .StringBldrBuilds an Avro string type with optional properties.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .StringDefaultChoose whether to use a default value for the field or not.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .TypeBuilderA Builder for creating any Avro schema type.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .UnionAccumulatorAccumulates all of the types in a union.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilder .UnionFieldTypeBuilderBuilder for a union field.Classorg.apache.avro.SchemaBuilderAvro
SchemaBuilderExceptionThrown for errors building schemas.Classorg.apache.avroAvro
SchemaCompatibilityEvaluate the compatibility between a reader schema and a writer schema.Classorg.apache.avroAvro
SchemaCompatibility .SchemaCompatibilityTypeIdentifies the type of a schema compatibility result.Classorg.apache.avro.SchemaCompatibilityAvro
SchemaCompatibility .SchemaPairCompatibilityProvides information about the compatibility of a single reader and writer schema pair.Classorg.apache.avro.SchemaCompatibilityAvro
SchemaNormalizationCollection of static methods for generating the cannonical form of schemas (see toParsingForm(org.Classorg.apache.avroAvro
SchemaParseExceptionThrown for errors parsing schemas and protocols.Classorg.apache.avroAvro
SchemaValidationExceptionThrown when SchemaValidator fails to validate a schema.Classorg.apache.avroAvro
SchemaValidationStrategyAn interface for validating the compatibility of a single schema against What makes one schema compatible with another is not defined by the contract.Interfaceorg.apache.avroAvro
SchemaValidator A SchemaValidator has one method, which validates that a Schema is compatible with the other schemas provided.Interfaceorg.apache.avroAvro
SchemaValidatorBuilder A Builder for creating SchemaValidators.Classorg.apache.avroAvro