public class PrefixedCollapsibleMap extends Object
| Constructor and Description |
|---|
PrefixedCollapsibleMap() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
serialize(Map<String,Object> map,
String prefix)
Flatten a Map of String, Object into a Map of String, String where keys are '.' separated
and prepends a key.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.