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) |
Copyright © 2016. All Rights Reserved.