Uses of Class
org.restheart.utils.JsonUnflattener
-
Packages that use JsonUnflattener Package Description org.restheart.utils Utility classes -
-
Uses of JsonUnflattener in org.restheart.utils
Methods in org.restheart.utils that return JsonUnflattener Modifier and Type Method Description JsonUnflattenerJsonUnflattener. withLeftAndRightBrackets(char leftBracket, char rightBracket)A fluent setter to setup the left and right brackets within a key in the flattened JSON.JsonUnflattenerJsonUnflattener. withSeparator(char separator)A fluent setter to setup the separator within a key in the flattened JSON.
-