| Package | Description |
|---|---|
| org.openksavi.sponge.type | |
| org.openksavi.sponge.util |
Interfaces for utility functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
<C> QualifiedDataType<C> |
QualifiedDataType.createChild(DataType<C> childType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SpongeApiUtils.traverseDataType(QualifiedDataType qType,
Consumer<QualifiedDataType> onType,
boolean namedOnly)
Traverses the data type but only through record types.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SpongeApiUtils.traverseActionArguments(ActionMeta actionMeta,
Consumer<QualifiedDataType> onType,
boolean namedOnly)
Traverses the action argument types but only through record types.
|
static void |
SpongeApiUtils.traverseDataType(QualifiedDataType qType,
Consumer<QualifiedDataType> onType,
boolean namedOnly)
Traverses the data type but only through record types.
|
Copyright © 2016–2019 Softelnet. All rights reserved.