Package | Description |
---|---|
io.apicurio.registry.utils.serde | |
io.apicurio.registry.utils.serde.util |
Modifier and Type | Method and Description |
---|---|
static AvroEncoding |
AvroEncoding.fromConfig(Map<String,?> config) |
static AvroEncoding |
AvroEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvroEncoding[] |
AvroEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AvroEncoding |
HeaderUtils.getEncoding(org.apache.kafka.common.header.Headers headers) |
Modifier and Type | Method and Description |
---|---|
void |
HeaderUtils.addEncodingHeader(org.apache.kafka.common.header.Headers headers,
AvroEncoding encoding) |
Copyright © 2020 Red Hat. All rights reserved.