| Class | Description |
|---|---|
| GetBoolJSONFunctionExtension |
This class provides implementation for getting Boolean values from the given json based on the 'path' provided.
|
| GetDoubleJSONFunctionExtension |
This class provides implementation for getting Double values from the given json based on the 'path' provided.
|
| GetFloatJSONFunctionExtension |
This class provides implementation for getting Float values from the given json based on the 'path' provided.
|
| GetIntJSONFunctionExtension |
This class provides implementation for getting Integer values from the given json based on the 'path' provided.
|
| GetLongJSONFunctionExtension |
This class provides implementation for getting Long values from the given json based on the 'path' provided.
|
| GetObjectJSONFunctionExtension |
This class provides implementation for getting Object from the given json based on the 'path' provided.
|
| GetStringJSONFunctionExtension |
This class provides implementation for getting String values from the given json based on the 'path' provided.
|
| GroupAggregatorFunctionExtension |
group(json, enclosing.element, distinct)
Returns JSON object as String by merging all JSON elements if enclosing element is provided.
|
| GroupAsObjectAggregatorFunctionExtension |
groupAsObject(json, enclosing.element, distinct)
Returns JSON object by merging all JSON elements if enclosing element is provided.
|
| IsExistsJSONFunctionExtension |
This class provides implementation for checking whether there is any json element in the given path or not.
|
| SetElementJSONFunctionExtension |
This class provides implementation for inserting values to the given json using the path specified.
|
| ToJSONObjectFunctionExtension |
This class provides implementation for getting json object from the given json string.
|
| ToJSONStringFunctionExtension |
This class provides implementation for getting json string from the given object.
|
Copyright © 2025 WSO2. All rights reserved.