| Package | Description |
|---|---|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| org.openksavi.sponge.type |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgMeta<T extends Type>
Action argument metadata (name, data type and display name).
|
class |
ResultMeta<T extends Type>
Action result metadata (data type and display name).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyType |
class |
BinaryType |
class |
BooleanType |
class |
IntegerType |
class |
ListType |
class |
MapType |
class |
NumberType |
class |
ObjectType |
class |
StringType |
class |
VoidType |
| Modifier and Type | Method and Description |
|---|---|
protected Type |
Type.format(String format) |
Type |
ListType.getElementType() |
Type |
MapType.getKeyType() |
Type |
MapType.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Type> |
TypeKind.getTypeClass() |
| Constructor and Description |
|---|
ListType(Type elementType) |
MapType(Type keyType,
Type valueType) |
Copyright © 2016–2018 Softelnet. All rights reserved.