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