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