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