| Interface | Description |
|---|---|
| NestedCoercibleType<Node,Result> | |
| Transform<Node> |
| Class | Description |
|---|---|
| BasePointerFilter<Node,Result> | |
| BuildSpec |
Class BuildSpec is used to declare how a key value maps into a new or existing nested object type.
|
| CopySpec |
Class CopySpec is used to declare a mapping of parts of one nested object into a new or existing nested object type.
|
| NestedBaseBuildAggregator<Node,Result> |
Class NestedBaseBuildAggregator is the base class for
Aggregator implementations that rely on the
BuildSpec class when declaring transformations on nested object types. |
| NestedBaseBuildFunction<Node,Result> |
Class NestedBaseBuildFunction is the base class for
Function implementations that rely on the
BuildSpec class when declaring transformations on nested object types. |
| NestedBaseBuildFunction.Context | |
| NestedBaseCopyFunction<Node,Result> |
Class NestedBaseCopyFunction is the base class for
Function implementations that rely on the
CopySpec class when declaring transformations on nested object types. |
| NestedBaseCopyFunction.Context | |
| NestedBaseFunction<Node,Result> | |
| NestedBaseOperation<Node,Result,Context> | |
| NestedCreateFunction<Node,Result> |
Class NestedCreateFunction is the base class for
Function implementations that want to simply store
values in a new nested object tree. |
| NestedGetAllFunction<Node,Result> |
Class NestedGetAllFunction is the base class for
Function implementations that want to simply retrieve
a collection of values in nested object, and then transform each element node into a tuple with declared fields. |
| NestedGetFunction<Node,Result> |
Class NestedGetFunction is the base class for
Function implementations that want to simply retrieve
values in nested object trees and return them as tuple fields. |
| NestedRegexFilter<Node,Results> |
Class NestedRegexFilter is the base class for
Filter implementations that want to filter a tuple stream
based on the values in a nested object tree. |
| NestedSetFunction<Node,Result> |
Class NestedSetFunction is the base class for
Function implementations that want to simply store
values in an existing nested object tree. |
| NestedSpecBaseOperation<Node,Result,Context> |
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.