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