| Class | Description |
|---|---|
| AnnotatedType<T> |
An annotated type.
|
| AnyType |
Any type.
|
| BinaryType |
A binary (byte array) type.
|
| BooleanType |
A boolean type.
|
| DataType<T> |
A data type.
|
| IntegerType |
An integer type that supports long as well (internally uses
Number). |
| ListType<E> |
A list type.
|
| MapType<K,V> |
A map type.
|
| NumberType |
A number type, that include both integer and floating-point numbers.
|
| ObjectType<T> |
An object.
|
| StringType |
A string type.
|
| VoidType |
A void type that may be used to specify that an action returns no meaningful result.
|
| Enum | Description |
|---|---|
| DataTypeKind |
A data type kind.
|
Copyright © 2016–2019 Softelnet. All rights reserved.