public interface AvroDatumProvider<T>
Modifier and Type | Field and Description |
---|---|
static String |
REGISTRY_AVRO_DATUM_PROVIDER_CONFIG_PARAM |
static String |
REGISTRY_USE_SPECIFIC_AVRO_READER_CONFIG_PARAM |
Modifier and Type | Method and Description |
---|---|
default void |
configure(Map<String,?> configs) |
org.apache.avro.io.DatumReader<T> |
createDatumReader(org.apache.avro.Schema schema) |
org.apache.avro.io.DatumWriter<T> |
createDatumWriter(T data,
org.apache.avro.Schema schema) |
org.apache.avro.Schema |
toSchema(T data) |
static final String REGISTRY_AVRO_DATUM_PROVIDER_CONFIG_PARAM
static final String REGISTRY_USE_SPECIFIC_AVRO_READER_CONFIG_PARAM
Copyright © 2020 Red Hat. All rights reserved.