public static class SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller extends java.lang.Object implements Unmarshaller<java.lang.Boolean,JsonUnmarshallerContext>
Modifier and Type | Field and Description |
---|---|
private static SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller |
instance |
Constructor and Description |
---|
BooleanCborUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller |
getInstance() |
java.lang.Boolean |
unmarshall(JsonUnmarshallerContext unmarshallerContext) |
private static final SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller 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 SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller getInstance()