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