| Package | Description |
|---|---|
| io.debezium.document |
| Modifier and Type | Field and Description |
|---|---|
private static Map<Class<?>,Value.Type> |
ComparableValue.TYPES_BY_CLASS |
| Modifier and Type | Method and Description |
|---|---|
Value.Type |
BinaryValue.getType() |
default Value.Type |
Value.getType() |
Value.Type |
ComparableValue.getType() |
Value.Type |
NullValue.getType() |
Value.Type |
ConvertingValue.getType() |
(package private) static Value.Type |
ComparableValue.typeForValue(Value value) |
static Value.Type |
Value.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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.