public class DeserializationUtils extends Object
| Constructor and Description |
|---|
DeserializationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deserialize(Object contents,
String fileOrHost,
Class<T> expectedType) |
static com.fasterxml.jackson.databind.JsonNode |
deserializeIntoTree(String contents,
String fileOrHost) |
static com.fasterxml.jackson.databind.JsonNode |
readYamlTree(String contents) |
static <T> T |
readYamlValue(String contents,
Class<T> expectedType) |
public static com.fasterxml.jackson.databind.JsonNode deserializeIntoTree(String contents, String fileOrHost)
public static <T> T deserialize(Object contents, String fileOrHost, Class<T> expectedType)
public static com.fasterxml.jackson.databind.JsonNode readYamlTree(String contents)
Copyright © 2016. All Rights Reserved.