A B C D S 
All Classes All Packages

A

autoRegisterSchema(boolean) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializerBuilder
If specified true, serializer will register schemas against Azure Schema Registry service under the specified group.
avroSpecificReader(boolean) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializerBuilder
Specifies if objects should be deserialized into Avro SpecificRecord via Avro's SpecificDatumReader.

B

buildSerializer() - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializerBuilder
Creates a new instance of Schema Registry serializer.

C

com.azure.data.schemaregistry.apacheavro - package com.azure.data.schemaregistry.apacheavro
Package containing Avro-specific serializer and deserializer implementations.

D

deserialize(InputStream, TypeReference<T>) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializer
Deserializes the inputStream into a strongly-typed object.
deserializeAsync(InputStream, TypeReference<T>) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializer
Deserializes the inputStream into a strongly-typed object.

S

schemaGroup(String) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializerBuilder
Specifies schema group for interacting with Azure Schema Registry service.
SchemaRegistryApacheAvroSerializer - Class in com.azure.data.schemaregistry.apacheavro
Schema Registry-based serializer implementation for Avro data format using Apache Avro.
SchemaRegistryApacheAvroSerializerBuilder - Class in com.azure.data.schemaregistry.apacheavro
The builder implementation for building SchemaRegistryApacheAvroSerializer.
SchemaRegistryApacheAvroSerializerBuilder() - Constructor for class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializerBuilder
Instantiates instance of Builder class.
schemaRegistryAsyncClient(SchemaRegistryAsyncClient) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializerBuilder
The SchemaRegistryAsyncClient to use to interact with the Schema Registry service.
serialize(OutputStream, Object) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializer
Serializes the object into the outputStream.
serializeAsync(OutputStream, Object) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializer
Serializes the object into the outputStream.
A B C D S 
All Classes All Packages