Uses of Class
com.github.wnameless.json.flattener.FlattenMode
-
Packages that use FlattenMode Package Description com.github.wnameless.json.flattener com.github.wnameless.json.unflattener -
-
Uses of FlattenMode in com.github.wnameless.json.flattener
Methods in com.github.wnameless.json.flattener that return FlattenMode Modifier and Type Method Description static FlattenModeFlattenMode. 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.Methods in com.github.wnameless.json.flattener with parameters of type FlattenMode Modifier and Type Method Description JsonFlattenerJsonFlattener. withFlattenMode(FlattenMode flattenMode)A fluent setter to setup a mode of theJsonFlattener. -
Uses of FlattenMode in com.github.wnameless.json.unflattener
Methods in com.github.wnameless.json.unflattener with parameters of type FlattenMode Modifier and Type Method Description JsonUnflattenerJsonUnflattener. withFlattenMode(FlattenMode flattenMode)A fluent setter to setup a mode of theJsonUnflattener.
-