Uses of Class
com.azure.data.schemaregistry.apacheavro.SchemaRegistryApacheAvroSerializerBuilder
-
Uses of SchemaRegistryApacheAvroSerializerBuilder in com.azure.data.schemaregistry.apacheavro
Methods in com.azure.data.schemaregistry.apacheavro that return SchemaRegistryApacheAvroSerializerBuilderModifier and TypeMethodDescriptionSchemaRegistryApacheAvroSerializerBuilder.autoRegisterSchemas(boolean autoRegisterSchemas) If specified true, serializer will register schemas against Azure Schema Registry service under the specified group.SchemaRegistryApacheAvroSerializerBuilder.avroSpecificReader(boolean avroSpecificReader) Specifies if objects should be deserialized into AvroSpecificRecordvia Avro'sSpecificDatumReader.SchemaRegistryApacheAvroSerializerBuilder.schemaGroup(String schemaGroup) Specifies schema group for interacting with Azure Schema Registry service.SchemaRegistryApacheAvroSerializerBuilder.schemaRegistryClient(SchemaRegistryAsyncClient schemaRegistryAsyncClient) TheSchemaRegistryAsyncClientto use to interact with the Schema Registry service.