Constructor and Description |
---|
JsonSerializerUtil() |
Modifier and Type | Method and Description |
---|---|
static Boolean |
getBooleanValue(String fieldName,
com.fasterxml.jackson.databind.JsonNode node) |
static Instant |
getInstantValue(String fieldName,
com.fasterxml.jackson.databind.JsonNode node) |
static PrincipalKey |
getPrincipalKeyValue(String propertyName,
com.fasterxml.jackson.databind.JsonNode node) |
static String |
getStringValue(String fieldName,
com.fasterxml.jackson.databind.JsonNode node) |
static String |
getStringValue(String fieldName,
com.fasterxml.jackson.databind.JsonNode node,
String defaultValue) |
static void |
setInstantValue(String fieldName,
Instant instant,
com.fasterxml.jackson.databind.node.ObjectNode node) |
public static PrincipalKey getPrincipalKeyValue(String propertyName, com.fasterxml.jackson.databind.JsonNode node)
public static void setInstantValue(String fieldName, Instant instant, com.fasterxml.jackson.databind.node.ObjectNode node)
public static Instant getInstantValue(String fieldName, com.fasterxml.jackson.databind.JsonNode node)
public static String getStringValue(String fieldName, com.fasterxml.jackson.databind.JsonNode node, String defaultValue)
public static String getStringValue(String fieldName, com.fasterxml.jackson.databind.JsonNode node)