public class ListUserJsonUnmarshaller extends AbstractUnmarshaller<java.util.List<User>,JsonUnmarshallerContext>
| Constructor and Description |
|---|
ListUserJsonUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
static ListUserJsonUnmarshaller |
getInstance() |
java.util.List<User> |
parse(java.lang.String data) |
isParseJson, unmarshallpublic static ListUserJsonUnmarshaller getInstance()
public java.util.List<User> parse(java.lang.String data) throws java.lang.Exception
parse in interface Unmarshaller<java.util.List<User>,JsonUnmarshallerContext>parse in class AbstractUnmarshaller<java.util.List<User>,JsonUnmarshallerContext>java.lang.Exception