Uses of Enum
io.debezium.transforms.TimezoneConverter.Type
Packages that use TimezoneConverter.Type
-
Uses of TimezoneConverter.Type in io.debezium.transforms
Methods in io.debezium.transforms that return TimezoneConverter.TypeModifier and TypeMethodDescriptionstatic TimezoneConverter.TypeReturns the enum constant of this type with the specified name.static TimezoneConverter.Type[]TimezoneConverter.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.transforms with parameters of type TimezoneConverter.TypeModifier and TypeMethodDescriptionprivate voidTimezoneConverter.handleStructs(org.apache.kafka.connect.data.Struct value, TimezoneConverter.Type type, String matchName, Set<String> fields) private voidTimezoneConverter.handleValueForFields(org.apache.kafka.connect.data.Struct value, TimezoneConverter.Type type, Set<String> fields)