Uses of Enum Class
com.github.wnameless.json.flattener.FlattenMode
Packages that use FlattenMode
-
Uses of FlattenMode in com.github.wnameless.json.flattener
Methods in com.github.wnameless.json.flattener that return FlattenModeModifier and TypeMethodDescriptionstatic FlattenModeReturns the enum constant of this class with the specified name.static FlattenMode[]FlattenMode.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 FlattenModeModifier and TypeMethodDescriptionJsonFlattener.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 FlattenModeModifier and TypeMethodDescriptionJsonUnflattener.withFlattenMode(FlattenMode flattenMode) A fluent setter to setup a mode of theJsonUnflattener.