public final class ObjectMapperUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<String> |
toJson(T object) |
static <T> Optional<T> |
toObject(String json,
Class<T> target) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.