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 Set<Character> | 
convertToSetChar(JsonArray arr)  | 
Copyright © 2020 Eclipse. All rights reserved.