(package private) static class |
ObjectDataType.BigDecimalType |
The type for BigDecimal objects.
|
(package private) static class |
ObjectDataType.BigIntegerType |
The type for BigInteger objects.
|
(package private) static class |
ObjectDataType.BooleanType |
The type for boolean true and false.
|
(package private) static class |
ObjectDataType.ByteType |
The type for byte objects.
|
(package private) static class |
ObjectDataType.CharacterType |
The type for character objects.
|
(package private) static class |
ObjectDataType.DateType |
The type for java.util.Date objects.
|
(package private) static class |
ObjectDataType.DoubleType |
The type for double objects.
|
(package private) static class |
ObjectDataType.FloatType |
The type for float objects.
|
(package private) static class |
ObjectDataType.IntegerType |
The type for integer objects.
|
(package private) static class |
ObjectDataType.LongType |
The type for long objects.
|
(package private) static class |
ObjectDataType.NullType |
The type for the null value
|
(package private) static class |
ObjectDataType.ObjectArrayType |
The type for object arrays.
|
(package private) static class |
ObjectDataType.SerializedObjectType |
The type for serialized objects.
|
(package private) static class |
ObjectDataType.ShortType |
The type for short objects.
|
(package private) static class |
ObjectDataType.StringType |
The type for string objects.
|
(package private) static class |
ObjectDataType.UUIDType |
The type for UUID objects.
|