Uses of Enum
io.debezium.document.Value.Type
Packages that use Value.Type
-
Uses of Value.Type in io.debezium.document
Fields in io.debezium.document with type parameters of type Value.TypeModifier and TypeFieldDescriptionprivate static final Map<Class<?>,Value.Type> ComparableValue.TYPES_BY_CLASSMethods in io.debezium.document that return Value.TypeModifier and TypeMethodDescriptionBinaryValue.getType()ComparableValue.getType()ConvertingValue.getType()NullValue.getType()default Value.TypeValue.getType()(package private) static Value.TypeComparableValue.typeForValue(Value value) static Value.TypeReturns 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.