Skip navigation links
A B C D S 

A

autoRegisterSchema(boolean) - Method in class com.azure.data.schemaregistry.avro.SchemaRegistryAvroSerializerBuilder
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.avro.SchemaRegistryAvroSerializerBuilder
Specifies if objects should be deserialized into Avro SpecificRecords via Avro SpecificDatumReader

B

buildSerializer() - Method in class com.azure.data.schemaregistry.avro.SchemaRegistryAvroSerializerBuilder
Instantiates SchemaRegistry avro serializer.

C

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

D

deserialize(InputStream, TypeReference<T>) - Method in class com.azure.data.schemaregistry.avro.SchemaRegistryAvroSerializer
 
deserializeAsync(InputStream, TypeReference<T>) - Method in class com.azure.data.schemaregistry.avro.SchemaRegistryAvroSerializer
 

S

schemaGroup(String) - Method in class com.azure.data.schemaregistry.avro.SchemaRegistryAvroSerializerBuilder
Specifies schema group for interacting with Azure Schema Registry service.
schemaRegistryAsyncClient(SchemaRegistryAsyncClient) - Method in class com.azure.data.schemaregistry.avro.SchemaRegistryAvroSerializerBuilder
The SchemaRegistryAsyncClient to use to interact with the Schema Registry service.
SchemaRegistryAvroSerializer - Class in com.azure.data.schemaregistry.avro
Schema Registry-based serializer implementation for Avro data format.
SchemaRegistryAvroSerializerBuilder - Class in com.azure.data.schemaregistry.avro
Builder implementation for building SchemaRegistryAvroSerializer and SchemaRegistryAvroSerializer
SchemaRegistryAvroSerializerBuilder() - Constructor for class com.azure.data.schemaregistry.avro.SchemaRegistryAvroSerializerBuilder
Instantiates instance of Builder class.
serialize(OutputStream, Object) - Method in class com.azure.data.schemaregistry.avro.SchemaRegistryAvroSerializer
 
serializeAsync(OutputStream, Object) - Method in class com.azure.data.schemaregistry.avro.SchemaRegistryAvroSerializer
 
A B C D S 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2020 Microsoft Corporation. All rights reserved.