Uses of Class
com.github.wnameless.json.flattener.PrintMode
-
Packages that use PrintMode Package Description com.github.wnameless.json.flattener com.github.wnameless.json.unflattener -
-
Uses of PrintMode in com.github.wnameless.json.flattener
Methods in com.github.wnameless.json.flattener that return PrintMode Modifier and Type Method Description static PrintModePrintMode. 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.Methods in com.github.wnameless.json.flattener with parameters of type PrintMode Modifier and Type Method Description StringJsonifyArrayList. toString(PrintMode printMode)StringJsonifyLinkedHashMap. toString(PrintMode printMode)JsonFlattenerJsonFlattener. withPrintMode(PrintMode printMode)A fluent setter to setup a print mode of theJsonFlattener. -
Uses of PrintMode in com.github.wnameless.json.unflattener
Methods in com.github.wnameless.json.unflattener with parameters of type PrintMode Modifier and Type Method Description JsonUnflattenerJsonUnflattener. withPrintMode(PrintMode printMode)A fluent setter to setup a print mode of theJsonUnflattener.
-