Uses of Class
com.github.wnameless.json.unflattener.JsonUnflattener
-
Packages that use JsonUnflattener Package Description com.github.wnameless.json.unflattener -
-
Uses of JsonUnflattener in com.github.wnameless.json.unflattener
Methods in com.github.wnameless.json.unflattener that return JsonUnflattener Modifier and Type Method Description JsonUnflattenerJsonUnflattenerFactory. build(Reader jsonReader)Creates aJsonUnflattenerby given JSON reader and configures it with the configurer and jsonCore within thisJsonUnflattenerFactory.JsonUnflattenerJsonUnflattenerFactory. build(String json)Creates aJsonUnflattenerby given JSON string and configures it with the configurer and jsonCore within thisJsonUnflattenerFactory.JsonUnflattenerJsonUnflattenerFactory. build(Map<String,?> flattenedMap)Creates aJsonUnflattenerby given flattenedMapand configures it with the configurer and jsonCore within thisJsonUnflattenerFactory.JsonUnflattenerJsonUnflattener. withFlattenMode(FlattenMode flattenMode)A fluent setter to setup a mode of theJsonUnflattener.JsonUnflattenerJsonUnflattener. withKeyTransformer(KeyTransformer keyTrans)A fluent setter to setup aKeyTransformerof theJsonUnflattener.JsonUnflattenerJsonUnflattener. withLeftAndRightBrackets(char leftBracket, char rightBracket)A fluent setter to setup the left and right brackets within a key in the flattened JSON.JsonUnflattenerJsonUnflattener. withPrintMode(PrintMode printMode)A fluent setter to setup a print mode of theJsonUnflattener.JsonUnflattenerJsonUnflattener. withSeparator(char separator)A fluent setter to setup the separator within a key in the flattened JSON.Constructor parameters in com.github.wnameless.json.unflattener with type arguments of type JsonUnflattener Constructor Description JsonUnflattenerFactory(Consumer<JsonUnflattener> configurer)Returns aJsonUnflattenerFactory.JsonUnflattenerFactory(Consumer<JsonUnflattener> configurer, com.github.wnameless.json.base.JsonCore<?> jsonCore)Returns aJsonUnflattenerFactory.
-