Uses of Class
com.github.wnameless.json.unflattener.JsonUnflattener
Packages that use JsonUnflattener
-
Uses of JsonUnflattener in com.github.wnameless.json.unflattener
Methods in com.github.wnameless.json.unflattener that return JsonUnflattenerModifier and TypeMethodDescriptionCreates aJsonUnflattenerby given JSON reader and configures it with the configurer and jsonCore within thisJsonUnflattenerFactory.Creates aJsonUnflattenerby given JSON string and configures it with the configurer and jsonCore within thisJsonUnflattenerFactory.Creates aJsonUnflattenerby given flattenedMapand configures it with the configurer and jsonCore within thisJsonUnflattenerFactory.JsonUnflattener.withFlattenMode(FlattenMode flattenMode) A fluent setter to setup a mode of theJsonUnflattener.JsonUnflattener.withKeyTransformer(KeyTransformer keyTrans) A fluent setter to setup aKeyTransformerof theJsonUnflattener.JsonUnflattener.withLeftAndRightBrackets(char leftBracket, char rightBracket) A fluent setter to setup the left and right brackets within a key in the flattened JSON.JsonUnflattener.withPrintMode(PrintMode printMode) A fluent setter to setup a print mode of theJsonUnflattener.JsonUnflattener.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 JsonUnflattenerModifierConstructorDescriptionJsonUnflattenerFactory(Consumer<JsonUnflattener> configurer) Returns aJsonUnflattenerFactory.JsonUnflattenerFactory(Consumer<JsonUnflattener> configurer, com.github.wnameless.json.base.JsonCore<?> jsonCore) Returns aJsonUnflattenerFactory.