public abstract class JsonAdapter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLOSE_BRACE |
protected static String |
CLOSE_BRACKET |
protected static String |
COLON |
protected static String |
COMMA |
protected static com.fasterxml.jackson.databind.ObjectMapper |
mapper |
protected static String |
OPEN_BRACE |
protected static String |
OPEN_BRACKET |
protected static String |
QUOTE |
protected static String |
SPACE |
| Constructor and Description |
|---|
JsonAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
CLOSE_ARRAY(StringBuilder sb) |
protected static void |
CLOSE_OBJECT(StringBuilder sb) |
protected static String |
convert(Iterable i) |
protected static Iterable<Object> |
convertToIterable(Object array) |
protected static String |
KEY_VALUE(String k,
Object v) |
protected static String |
KEY_VALUES(String k,
Iterable i) |
protected static String |
KEY(String k) |
protected static void |
OPEN_ARRAY(String name,
StringBuilder sb) |
protected static void |
OPEN_OBJECT(StringBuilder sb) |
protected static void |
OPEN_OBJECT(String name,
StringBuilder sb) |
protected static String |
quoted(String s) |
protected static String |
VALUE(Object v) |
protected static final com.fasterxml.jackson.databind.ObjectMapper mapper
protected static final String QUOTE
protected static final String OPEN_BRACE
protected static final String CLOSE_BRACE
protected static final String OPEN_BRACKET
protected static final String CLOSE_BRACKET
protected static final String COMMA
protected static final String COLON
protected static final String SPACE
protected static void OPEN_OBJECT(StringBuilder sb)
protected static void OPEN_OBJECT(String name, StringBuilder sb)
protected static void CLOSE_OBJECT(StringBuilder sb)
protected static void OPEN_ARRAY(String name, StringBuilder sb)
protected static void CLOSE_ARRAY(StringBuilder sb)
Copyright © 2016 Neo Technology, Inc.. All rights reserved.