Class Json
java.lang.Object
com.shaft.commandline.util.Json
Shared Jackson 3 mapper and small JSON helpers used across the CLI.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final tools.jackson.databind.json.JsonMapperThe single shared JSON mapper. -
Method Summary
-
Field Details
-
MAPPER
public static final tools.jackson.databind.json.JsonMapper MAPPERThe single shared JSON mapper.
-
-
Method Details
-
newObject
public static tools.jackson.databind.node.ObjectNode newObject()- Returns:
- a new empty JSON object node
-