public interface TranslationService
| Modifier and Type | Method and Description |
|---|---|
<T> T |
decode(String source,
Class<T> target)
Decodes the string into the target
|
<T> String |
encode(T source)
Encodes a JSON String into the target format.
|
<T> String encode(T source)
source - the source contents to encode.Copyright © 2015–2019. All rights reserved.