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