|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonEscapeType | |
|---|---|
| org.unbescape.json | |
| Uses of JsonEscapeType in org.unbescape.json |
|---|
| Methods in org.unbescape.json that return JsonEscapeType | |
|---|---|
static JsonEscapeType |
JsonEscapeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JsonEscapeType[] |
JsonEscapeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.unbescape.json with parameters of type JsonEscapeType | |
|---|---|
static void |
JsonEscape.escapeJson(char[] text,
int offset,
int len,
Writer writer,
JsonEscapeType type,
JsonEscapeLevel level)
Perform a (configurable) JSON escape operation on a char[] input. |
static String |
JsonEscape.escapeJson(String text,
JsonEscapeType type,
JsonEscapeLevel level)
Perform a (configurable) JSON escape operation on a String input. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||