public class JSONTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Integer> |
jdbcTypes |
static int |
JSON_ARRAY |
static int |
JSON_BOOLEAN |
static int |
JSON_MAP |
static int |
JSON_NULL |
static int |
JSON_NUMBER |
static int |
JSON_OBJECT |
static int |
JSON_STRING |
static Map<String,Integer> |
jsonTypes |
| Constructor and Description |
|---|
JSONTypes() |
public static final int JSON_NUMBER
public static final int JSON_STRING
public static final int JSON_BOOLEAN
public static final int JSON_ARRAY
public static final int JSON_MAP
public static final int JSON_OBJECT
public static final int JSON_NULL
Copyright © 2016. All rights reserved.