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