| Modifier and Type | Field and Description |
|---|---|
private static int[] |
ESCAPE_CHARS |
static StringFormatter |
INSTANCE |
| Constructor and Description |
|---|
StringFormatter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
format(JSON.Context context,
java.lang.Object src,
java.lang.Object o,
OutputSource out) |
(package private) static void |
serialize(JSON.Context context,
java.lang.String s,
OutputSource out) |
public static final StringFormatter INSTANCE
private static final int[] ESCAPE_CHARS
public boolean format(JSON.Context context, java.lang.Object src, java.lang.Object o, OutputSource out) throws java.lang.Exception
static void serialize(JSON.Context context, java.lang.String s, OutputSource out) throws java.lang.Exception
java.lang.Exception