public class ClientApiConverter extends Object
| Constructor and Description |
|---|
ClientApiConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
clientApiToString(Object o) |
static Object |
fromClientApiValue(Object obj) |
static <T> T |
toClientApi(org.json.JSONObject json,
Class<T> clazz) |
static <T> T |
toClientApi(String str,
Class<T> clazz) |
static <T> Map<String,T> |
toClientApiMap(String str,
Class<T> clazz) |
static Map<String,Object> |
toClientApiValue(org.json.JSONObject json) |
static Object |
toClientApiValue(Object value) |
public static <T> T toClientApi(org.json.JSONObject json,
Class<T> clazz)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.