Uses of Class
io.apicurio.registry.serde.avro.AvroEncoding
-
Packages that use AvroEncoding Package Description io.apicurio.registry.serde.avro -
-
Uses of AvroEncoding in io.apicurio.registry.serde.avro
Methods in io.apicurio.registry.serde.avro that return AvroEncoding Modifier and Type Method Description AvroEncoding
AvroKafkaSerdeConfig. getAvroEncoding()
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.
-