@Service public class JsonConverterService extends Object
| Constructor and Description |
|---|
JsonConverterService() |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<byte[]> |
toJsonBytes(T object) |
<T> Optional<T> |
toObject(byte[] bytes,
Class<T> target) |
Copyright © 2019. All rights reserved.