public class EvaluatorUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
decode(Object object) |
static Map<String,?> |
decodeAll(Map<String,?> map)
Decouples a
Map instance from the current runtime environment by decoding its values. |
static List<? extends Map<String,?>> |
groupRows(HasGroupFields hasGroupFields,
List<? extends Map<String,?>> table) |
static <K> List<Map<K,Object>> |
groupRows(K groupKey,
List<? extends Map<K,?>> table) |
public static Object decode(Object object)
Computablepublic static Map<String,?> decodeAll(Map<String,?> map)
Decouples a Map instance from the current runtime environment by decoding its values.
public static List<? extends Map<String,?>> groupRows(HasGroupFields hasGroupFields, List<? extends Map<String,?>> table)
Copyright © 2022. All rights reserved.