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