public class SimpleTypeJsonUnmarshallers
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller
Unmarshaller for Big Decimal values.
|
static class |
SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller
Unmarshaller for Big Integer values.
|
static class |
SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller
Unmarshaller for Boolean values.
|
static class |
SimpleTypeJsonUnmarshallers.ByteBufferJsonUnmarshaller
Unmarshaller for ByteBuffer values.
|
static class |
SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller
Unmarshaller for Byte values.
|
static class |
SimpleTypeJsonUnmarshallers.DateJsonUnmarshaller
Unmarshaller for Date values.
|
static class |
SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller
Unmarshaller for Double values.
|
static class |
SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller
Unmarshaller for Float values.
|
static class |
SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller
Unmarshaller for Integer values.
|
static class |
SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller
Unmarshaller for Long values.
|
static class |
SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller
Unmarshaller for String values.
|
| Constructor and Description |
|---|
SimpleTypeJsonUnmarshallers() |