public class JsonListAdapter<T> extends Object implements StringAdapters.StringAdapter<List<T>>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
fromString(String s) |
static <T> JsonListAdapter<T> |
of(Class<T> type) |
String |
toString(List<T> t) |
public String toString(List<T> t)
toString in interface StringAdapters.StringAdapter<List<T>>public List<T> fromString(String s)
fromString in interface StringAdapters.StringAdapter<List<T>>public static <T> JsonListAdapter<T> of(Class<T> type)
Copyright © 2016. All rights reserved.