| Modifier and Type | Field and Description |
|---|---|
OutputType |
JsonValue.PrettyPrintSettings.outputType |
| Modifier and Type | Method and Description |
|---|---|
static OutputType |
OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputType[] |
OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JsonValue.prettyPrint(OutputType outputType,
int singleLineColumns) |
void |
Json.setOutputType(OutputType outputType) |
void |
JsonWriter.setOutputType(OutputType outputType) |
| Constructor and Description |
|---|
Json(OutputType outputType) |
Copyright © 2014. All Rights Reserved.