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