public class MapAdapter<X> extends Object implements StringAdapters.StringAdapter<Map<String,X>>
| Constructor and Description |
|---|
MapAdapter(StringAdapters.StringAdapter<List<String>> listAdapter,
StringAdapters.StringAdapter<X> valueAdapter) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,X> |
fromString(String s) |
String |
toString(Map<String,X> t) |
public MapAdapter(StringAdapters.StringAdapter<List<String>> listAdapter, StringAdapters.StringAdapter<X> valueAdapter)
Copyright © 2016. All rights reserved.