Package org.drasyl.node
Class JsonUtil
java.lang.Object
org.drasyl.node.JsonUtil
Holder for the JSON serializer and JSON deserializer.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.databind.ObjectMapper
static final com.fasterxml.jackson.databind.ObjectReader
static final com.fasterxml.jackson.databind.ObjectWriter
-
Method Summary
-
Field Details
-
JACKSON_MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper JACKSON_MAPPER -
JACKSON_WRITER
public static final com.fasterxml.jackson.databind.ObjectWriter JACKSON_WRITER -
JACKSON_READER
public static final com.fasterxml.jackson.databind.ObjectReader JACKSON_READER
-