Uses of Class
io.trino.plugin.kafka.schema.confluent.AvroSchemaConverter.EmptyFieldStrategy
-
Packages that use AvroSchemaConverter.EmptyFieldStrategy Package Description io.trino.plugin.kafka.schema.confluent -
-
Uses of AvroSchemaConverter.EmptyFieldStrategy in io.trino.plugin.kafka.schema.confluent
Methods in io.trino.plugin.kafka.schema.confluent that return AvroSchemaConverter.EmptyFieldStrategy Modifier and Type Method Description AvroSchemaConverter.EmptyFieldStrategyConfluentSchemaRegistryConfig. getEmptyFieldStrategy()static AvroSchemaConverter.EmptyFieldStrategyConfluentSessionProperties. getEmptyFieldStrategy(ConnectorSession session)static AvroSchemaConverter.EmptyFieldStrategyAvroSchemaConverter.EmptyFieldStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static AvroSchemaConverter.EmptyFieldStrategy[]AvroSchemaConverter.EmptyFieldStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.kafka.schema.confluent with parameters of type AvroSchemaConverter.EmptyFieldStrategy Modifier and Type Method Description ConfluentSchemaRegistryConfigConfluentSchemaRegistryConfig. setEmptyFieldStrategy(AvroSchemaConverter.EmptyFieldStrategy emptyFieldStrategy)Constructors in io.trino.plugin.kafka.schema.confluent with parameters of type AvroSchemaConverter.EmptyFieldStrategy Constructor Description AvroSchemaConverter(TypeManager typeManager, AvroSchemaConverter.EmptyFieldStrategy emptyFieldStrategy)
-