Index

A B C D G S 
All Classes and Interfaces|All Packages|Serialized Form

A

autoRegisterSchemas(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(MessageContent, TypeReference<T>) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializer
Deserializes a message into its object.
deserializeAsync(MessageContent, TypeReference<T>) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializer
Deserializes a message into its object.

G

getSchemaId() - Method in exception com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroException
Gets the schema id that was associated with this exception.

S

schemaGroup(String) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializerBuilder
Specifies schema group for interacting with Azure Schema Registry service.
SchemaRegistryApacheAvroException - Exception in com.azure.data.schemaregistry.apacheavro
Represents an exception that is thrown when Avro serialization or deserialization fails.
SchemaRegistryApacheAvroException(String) - Constructor for exception com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroException
Initializes a new instance.
SchemaRegistryApacheAvroException(String, Throwable) - Constructor for exception com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroException
Initializes a new instance.
SchemaRegistryApacheAvroException(String, Throwable, boolean, boolean) - Constructor for exception com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroException
Initializes a new instance.
SchemaRegistryApacheAvroException(String, Throwable, String) - Constructor for exception com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroException
Initializes a new instance.
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 for instantiating a SchemaRegistryApacheAvroSerializer.
SchemaRegistryApacheAvroSerializerBuilder() - Constructor for class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializerBuilder
Instantiates instance of Builder class.
schemaRegistryClient(SchemaRegistryAsyncClient) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializerBuilder
The SchemaRegistryAsyncClient to use to interact with the Schema Registry service.
serialize(Object, TypeReference<T>) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializer
Serializes an object into a message.
serialize(Object, TypeReference<T>, Function<BinaryData, T>) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializer
Serializes an object into a message.
serializeAsync(Object, TypeReference<T>) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializer
Serializes an object into a message.
serializeAsync(Object, TypeReference<T>, Function<BinaryData, T>) - Method in class com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializer
Serializes an object into a message.
A B C D G S 
All Classes and Interfaces|All Packages|Serialized Form