Uses of Class
io.debezium.document.Value.Type
-
Packages that use Value.Type Package Description io.debezium.document -
-
Uses of Value.Type in io.debezium.document
Fields in io.debezium.document with type parameters of type Value.Type Modifier and Type Field Description private static Map<Class<?>,Value.Type>ComparableValue. TYPES_BY_CLASSMethods in io.debezium.document that return Value.Type Modifier and Type Method Description Value.TypeBinaryValue. getType()Value.TypeComparableValue. getType()Value.TypeConvertingValue. getType()Value.TypeNullValue. getType()default Value.TypeValue. getType()(package private) static Value.TypeComparableValue. typeForValue(Value value)static Value.TypeValue.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Value.Type[]Value.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-