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