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