Uses of Class
io.simplesource.kafka.serialization.avro.AvroGenericUtils.SchemaNameStrategy
-
Packages that use AvroGenericUtils.SchemaNameStrategy Package Description io.simplesource.kafka.serialization.avro -
-
Uses of AvroGenericUtils.SchemaNameStrategy in io.simplesource.kafka.serialization.avro
Methods in io.simplesource.kafka.serialization.avro that return AvroGenericUtils.SchemaNameStrategy Modifier and Type Method Description static AvroGenericUtils.SchemaNameStrategyAvroGenericUtils.SchemaNameStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static AvroGenericUtils.SchemaNameStrategy[]AvroGenericUtils.SchemaNameStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.simplesource.kafka.serialization.avro with parameters of type AvroGenericUtils.SchemaNameStrategy Modifier and Type Method Description static org.apache.kafka.common.serialization.Serde<org.apache.avro.generic.GenericRecord>AvroGenericUtils. genericAvroSerde(String schemaRegistryUrl, boolean useMockSchemaRegistry, boolean isKey, AvroGenericUtils.SchemaNameStrategy schemaNameStrategy)
-