| Package | Description |
|---|---|
| com.github.wnameless.json.flattener | |
| com.github.wnameless.json.unflattener |
| Modifier and Type | Method and Description |
|---|---|
static PrintMode |
PrintMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintMode[] |
PrintMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JsonifyArrayList.toString(PrintMode printMode) |
String |
JsonifyLinkedHashMap.toString(PrintMode printMode) |
JsonFlattener |
JsonFlattener.withPrintMode(PrintMode printMode)
A fluent setter to setup a print mode of the
JsonFlattener. |
| Modifier and Type | Method and Description |
|---|---|
JsonUnflattener |
JsonUnflattener.withPrintMode(PrintMode printMode)
A fluent setter to setup a print mode of the
JsonUnflattener. |
Copyright © 2018. All rights reserved.