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