public class ProxyUtils extends Object
Constructor and Description |
---|
ProxyUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
convertList(List list) |
static <T> Map<String,T> |
convertMap(Map map) |
static <T> Set<T> |
convertSet(List list) |
static List<Character> |
convertToListChar(JsonArray arr) |
static Map<String,Character> |
convertToMapChar(JsonObject obj) |
static Set<Character> |
convertToSetChar(JsonArray arr) |
static Character |
javaObjToChar(Object obj) |
public static Map<String,Character> convertToMapChar(JsonObject obj)
Copyright © 2022 Eclipse. All rights reserved.