public interface JsonTransformer
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(Reader reader,
Class<T> clazz) |
<T> T |
deserialize(String json,
Class<T> clazz) |
String |
prettyPrint(String json) |
Copyright © 2017 dangernoodle.io. All rights reserved.