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