Modifier and Type | Class and Description |
---|---|
class |
NumberValueMapper<T extends PrimitiveValue<?>> |
class |
PrimitiveValueMapper<T extends PrimitiveValue<?>> |
Modifier and Type | Class and Description |
---|---|
class |
JsonValueImpl |
class |
XmlValueImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
JsonValue |
interface |
XmlValue |
Modifier and Type | Class and Description |
---|---|
class |
PrimitiveValueSerializer<T extends PrimitiveValue<?>> |
Modifier and Type | Class and Description |
---|---|
class |
PrimitiveTypeValueImpl<T> |
static class |
PrimitiveTypeValueImpl.BooleanValueImpl |
static class |
PrimitiveTypeValueImpl.BytesValueImpl |
static class |
PrimitiveTypeValueImpl.DateValueImpl |
static class |
PrimitiveTypeValueImpl.DoubleValueImpl |
static class |
PrimitiveTypeValueImpl.IntegerValueImpl |
static class |
PrimitiveTypeValueImpl.LongValueImpl |
static class |
PrimitiveTypeValueImpl.NumberValueImpl |
static class |
PrimitiveTypeValueImpl.ShortValueImpl |
static class |
PrimitiveTypeValueImpl.StringValueImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanValue
A
PrimitiveValue corresponding to the Java type Boolean . |
interface |
BytesValue
A
PrimitiveValue corresponding to a Java byte array (byte[]). |
interface |
DateValue
A
PrimitiveValue corresponding to the Java type Date . |
interface |
DoubleValue
A
PrimitiveValue corresponding to the Java type Double . |
interface |
IntegerValue
A
PrimitiveValue corresponding to the Java type Integer . |
interface |
LongValue
A
PrimitiveValue corresponding to the Java type Long . |
interface |
NumberValue |
interface |
ShortValue
A
PrimitiveValue corresponding to the Java type Short . |
interface |
StringValue
A
PrimitiveValue corresponding to the Java type String . |
Copyright © 2022. All rights reserved.