public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
getNode(String source) |
static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper(String source) |
static String |
getResourceFileAsString(String fileName) |
public static String getResourceFileAsString(String fileName) throws IOException
IOExceptionpublic static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(String source)
public static com.fasterxml.jackson.databind.JsonNode getNode(String source) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2020–2023 CNCF. All rights reserved.