public class ObjectTransformer extends Object
| Constructor and Description |
|---|
ObjectTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deserialize(String response,
Class<T> clazz) |
static <T> List<T> |
deserializeList(String response,
Class<T> clazz) |
static String |
serialize(Object obj) |
static void |
setPropertyNamingStrategy(com.fasterxml.jackson.databind.PropertyNamingStrategy strategy) |
Copyright © 2019. All rights reserved.