public class CategoryJsonUnmarshaller extends java.lang.Object implements Unmarshaller<Category,JsonUnmarshallerContext>
Modifier and Type | Field and Description |
---|---|
private static CategoryJsonUnmarshaller |
instance |
Constructor and Description |
---|
CategoryJsonUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static CategoryJsonUnmarshaller |
getInstance() |
Category |
unmarshall(JsonUnmarshallerContext context) |
private static CategoryJsonUnmarshaller instance
public Category unmarshall(JsonUnmarshallerContext context) throws java.lang.Exception
unmarshall
in interface Unmarshaller<Category,JsonUnmarshallerContext>
java.lang.Exception
public static CategoryJsonUnmarshaller getInstance()