public class Utils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DATETIME_PATTERN
DateTime Pattern to be used to serialize Dates
|
protected static org.gcube.com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDateAsString(Date date) |
static org.gcube.com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
static org.gcube.com.fasterxml.jackson.databind.JsonNode |
merge(org.gcube.com.fasterxml.jackson.databind.JsonNode node1,
org.gcube.com.fasterxml.jackson.databind.JsonNode node2) |
static String |
replaceVariable(String variableName,
String replace,
String s) |
public static final String DATETIME_PATTERN
protected static org.gcube.com.fasterxml.jackson.databind.ObjectMapper objectMapper
public static org.gcube.com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public static org.gcube.com.fasterxml.jackson.databind.JsonNode merge(org.gcube.com.fasterxml.jackson.databind.JsonNode node1,
org.gcube.com.fasterxml.jackson.databind.JsonNode node2)
Copyright © 2023. All Rights Reserved.