Index

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

A

ApacheAvroSerializer - Class in com.azure.core.serializer.avro.apache
Apache Avro based implementation of the AvroSerializer interface.
ApacheAvroSerializerBuilder - Class in com.azure.core.serializer.avro.apache
Fluent builder class that configures and instantiates instances of ApacheAvroSerializer.
ApacheAvroSerializerBuilder() - Constructor for class com.azure.core.serializer.avro.apache.ApacheAvroSerializerBuilder
 
ApacheAvroSerializerProvider - Class in com.azure.core.serializer.avro.apache
Implementation of AvroSerializerProvider.
ApacheAvroSerializerProvider() - Constructor for class com.azure.core.serializer.avro.apache.ApacheAvroSerializerProvider
 

B

build() - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializerBuilder
Instantiates a new instance of ApacheAvroSerializer based on the configurations set on the builder.

C

com.azure.core.serializer.avro.apache - package com.azure.core.serializer.avro.apache
Package containing the types for instantiating and using the Apache Avro serializer.
createInstance(String) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializerProvider
 

D

decoderFactory(DecoderFactory) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializerBuilder
Configures the DecoderFactory that will be used to deserialize the Avro stream into an object.
deserialize(InputStream, TypeReference<T>) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializer
 
deserializeAsync(InputStream, TypeReference<T>) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializer
 
deserializeFromBytes(byte[], TypeReference<T>) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializer
 
deserializeFromBytesAsync(byte[], TypeReference<T>) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializer
 

E

encoderFactory(EncoderFactory) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializerBuilder
Configures the EncoderFactory that will be used to serialize an object into an Avro stream.

G

getSchema(Object) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializerProvider
 
getSchemaName(Object) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializerProvider
 

S

schema(String) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializerBuilder
Configures the schema that will be associated to the ApacheAvroSerializer when ApacheAvroSerializerBuilder.build() is called.
serialize(OutputStream, Object) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializer
 
serializeAsync(OutputStream, Object) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializer
 
specificData(SpecificData) - Method in class com.azure.core.serializer.avro.apache.ApacheAvroSerializerBuilder
Configures the SpecificData that will be used during serialization and deserialization of Avro.
A B C D E G S 
All Classes and Interfaces|All Packages