public class Json
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Json.Literal
Represents a literal JSON string in an INSERT JSON statement.
|
static class |
Json.Marker
Represents a marker for a JSON string in an INSERT JSON statement.
|
static class |
Json.Prepared
A prepared, full set of JSON values.
|
static interface |
Json.Raw |
Modifier and Type | Field and Description |
---|---|
static ColumnIdentifier |
JSON_COLUMN_ID |
static org.codehaus.jackson.map.ObjectMapper |
JSON_OBJECT_MAPPER |
static org.codehaus.jackson.io.JsonStringEncoder |
JSON_STRING_ENCODER |
Constructor and Description |
---|
Json() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
decodeJson(java.lang.String json) |
static void |
handleCaseSensitivity(java.util.Map<java.lang.String,java.lang.Object> valueMap)
Handles unquoting and case-insensitivity in map keys.
|
public static final org.codehaus.jackson.map.ObjectMapper JSON_OBJECT_MAPPER
public static final org.codehaus.jackson.io.JsonStringEncoder JSON_STRING_ENCODER
public static final ColumnIdentifier JSON_COLUMN_ID
Copyright © 2015 The Apache Software Foundation