public interface JsonBridge
| Modifier and Type | Field and Description |
|---|---|
static JsonBridge |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static JsonBridge |
get() |
Value |
objectToValue(Object o) |
<T> T |
parseObject(String r,
Class<T> clazz) |
Value |
parseValue(Reader r) |
Value |
parseValue(String r) |
String |
writeToString(Object o) |
static final JsonBridge INSTANCE
Copyright © 2015. All rights reserved.