public final class Transform extends Object
| Modifier and Type | Method and Description |
|---|---|
static Multimap<String,Object> |
toMultimap(Map<String,Object> data)
Convert the
data to a Multimap. |
static Map<String,Set<Object>> |
toRecord(Map<String,Object> data)
Convert the
data to a Concourse style data record where each
value is a collection of one or more values. |
public static Multimap<String,Object> toMultimap(Map<String,Object> data)
data to a Multimap.
All the elements in any top-level
sequences are mapped in the standard rules for multimaps.
data - Multimap that contains the information in
data.