Uses of Enum Class
com.github.wnameless.json.flattener.PrintMode
Packages that use PrintMode
-
Uses of PrintMode in com.github.wnameless.json.flattener
Subclasses with type arguments of type PrintMode in com.github.wnameless.json.flattenerModifier and TypeClassDescriptionenumPrintModelists all acceptable JSON print mode of theJsonFlattener.Methods in com.github.wnameless.json.flattener that return PrintModeModifier and TypeMethodDescriptionstatic PrintModeReturns the enum constant of this class with the specified name.static PrintMode[]PrintMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.wnameless.json.flattener with parameters of type PrintModeModifier and TypeMethodDescriptionJsonFlattener.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 PrintModeModifier and TypeMethodDescriptionJsonUnflattener.withPrintMode(PrintMode printMode) A fluent setter to setup a print mode of theJsonUnflattener.