public class JsonConversion extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
JsonConversion.Json_enum_type |
static class |
JsonConversion.Json_Value |
| 限定符和类型 | 字段和说明 |
|---|---|
static char |
JSONB_FALSE_LITERAL |
static char |
JSONB_NULL_LITERAL |
static char |
JSONB_TRUE_LITERAL |
static int |
JSONB_TYPE_DOUBLE |
static int |
JSONB_TYPE_INT16 |
static int |
JSONB_TYPE_INT32 |
static int |
JSONB_TYPE_INT64 |
static int |
JSONB_TYPE_LARGE_ARRAY |
static int |
JSONB_TYPE_LARGE_OBJECT |
static int |
JSONB_TYPE_LITERAL |
static int |
JSONB_TYPE_OPAQUE |
static int |
JSONB_TYPE_SMALL_ARRAY |
static int |
JSONB_TYPE_SMALL_OBJECT |
static int |
JSONB_TYPE_STRING |
static int |
JSONB_TYPE_UINT16 |
static int |
JSONB_TYPE_UINT32 |
static int |
JSONB_TYPE_UINT64 |
static int |
KEY_ENTRY_SIZE_LARGE |
static int |
KEY_ENTRY_SIZE_SMALL |
static int |
LARGE_OFFSET_SIZE |
static int |
SMALL_OFFSET_SIZE |
static int |
VALUE_ENTRY_SIZE_LARGE |
static int |
VALUE_ENTRY_SIZE_SMALL |
| 构造器和说明 |
|---|
JsonConversion() |
public static final int JSONB_TYPE_SMALL_OBJECT
public static final int JSONB_TYPE_LARGE_OBJECT
public static final int JSONB_TYPE_SMALL_ARRAY
public static final int JSONB_TYPE_LARGE_ARRAY
public static final int JSONB_TYPE_LITERAL
public static final int JSONB_TYPE_INT16
public static final int JSONB_TYPE_UINT16
public static final int JSONB_TYPE_INT32
public static final int JSONB_TYPE_UINT32
public static final int JSONB_TYPE_INT64
public static final int JSONB_TYPE_UINT64
public static final int JSONB_TYPE_DOUBLE
public static final int JSONB_TYPE_STRING
public static final int JSONB_TYPE_OPAQUE
public static final char JSONB_NULL_LITERAL
public static final char JSONB_TRUE_LITERAL
public static final char JSONB_FALSE_LITERAL
public static final int SMALL_OFFSET_SIZE
public static final int LARGE_OFFSET_SIZE
public static final int KEY_ENTRY_SIZE_SMALL
public static final int KEY_ENTRY_SIZE_LARGE
public static final int VALUE_ENTRY_SIZE_SMALL
public static final int VALUE_ENTRY_SIZE_LARGE
public static JsonConversion.Json_Value parse_value(int type, LogBuffer buffer, long len)
Copyright © 2017. All rights reserved.