| Package | Description |
|---|---|
| com.github.shyiko.mysql.binlog.event.deserialization.json |
| Modifier and Type | Field and Description |
|---|---|
protected ValueType |
JsonBinary.ValueEntry.type |
| Modifier and Type | Method and Description |
|---|---|
static ValueType |
ValueType.byCode(int code) |
protected ValueType |
JsonBinary.readValueType() |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonBinary.parse(ValueType type,
JsonFormatter formatter) |
| Constructor and Description |
|---|
ValueEntry(ValueType type) |
ValueEntry(ValueType type,
int index) |
Copyright © 2019. All rights reserved.