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