public abstract class JsonMapper extends Object
| Constructor and Description |
|---|
JsonMapper() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
fromJson(Object json,
Type type) |
byte[] |
toJson(Object value) |
abstract String |
toString(Object value) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.