| Class | Description |
|---|---|
| JSONBuildAsAggregator |
Class JSONBuildAsAggregator provides for the ability to create new JSON objects from aggregated tuple values.
|
| JSONBuildAsFunction |
Class JSONBuildAsFunction provides for the ability to create new JSON objects from streamed tuple values.
|
| JSONBuildIntoFunction |
Class JSONBuildIntoFunction provides for the ability to update existing JSON objects from streamed tuple values.
|
| JSONCoercibleType |
Class JSONCoercibleType is a
NestedCoercibleType that provides support for JSON object types. |
| JSONCopyAsFunction |
Class JSONCopyAsFunction provides for the ability to create new JSON objects from an existing
JSON object.
|
| JSONCopyIntoFunction |
Class JSONCopyIntoFunction provides for the ability to update an existing JSON objects from an existing
JSON object.
|
| JSONCreateFunction |
Class JSONCreateFunction provides for the ability to simply set multiple tuple values onto a new JSON object.
|
| JSONGetAllAggregateFunction |
Class JSONGetAllAggregateFunction provides the ability to retrieve a list of child nodes and
convert the specified properties of each JSON object into a new aggregate value rendered by the given implementation
of
NestedAggregate. |
| JSONGetAllFunction |
Class JSONGetAllFunction provides the ability to retrieve a list of child nodes and
convert each JSON object into tuple of values.
|
| JSONGetFunction |
Class JSONGetFunction provides the ability to convert a JSON object into a single tuple where each
field value is referenced by a Json pointer in the object.
|
| JSONRegexFilter |
Class JSONRegexFilter provides for the ability to to filter a tuple stream based on the values in a JSON object.
|
| JSONSetFunction |
Class JSONSetFunction provides for the ability to simply set multiple tuple values onto an existing JSON object.
|
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.