Uses of Class
io.debezium.data.SpecialValueDecimal.SpecialValue
-
Packages that use SpecialValueDecimal.SpecialValue Package Description io.debezium.data -
-
Uses of SpecialValueDecimal.SpecialValue in io.debezium.data
Fields in io.debezium.data declared as SpecialValueDecimal.SpecialValue Modifier and Type Field Description private SpecialValueDecimal.SpecialValueSpecialValueDecimal. specialValueMethods in io.debezium.data that return SpecialValueDecimal.SpecialValue Modifier and Type Method Description static SpecialValueDecimal.SpecialValueSpecialValueDecimal.SpecialValue. valueOf(String name)Returns the enum constant of this type with the specified name.static SpecialValueDecimal.SpecialValue[]SpecialValueDecimal.SpecialValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.data with parameters of type SpecialValueDecimal.SpecialValue Constructor Description SpecialValueDecimal(SpecialValueDecimal.SpecialValue specialValue)
-