| Package | Description |
|---|---|
| io.burt.jmespath | |
| io.burt.jmespath.function | |
| io.burt.jmespath.node |
| Class and Description |
|---|
| Function
Represents the implementation of a function available in JMESPath expressions.
|
| FunctionRegistry
A collection of functions, used by the runtimes to look up functions by name
during parsing and compilation.
|
| Class and Description |
|---|
| ArgumentConstraint
A description of the expected type of an argument or list of arguments passed
to a function.
|
| ArgumentError |
| ArgumentError.ArgumentTypeError |
| ArrayMathFunction
Helper base class for functions that take an array and return a single value,
like calculating the max, min or sum.
|
| BaseFunction
Base class of all functions.
|
| CompareByFunction
Helper base class for higher order comparison functions like max_by and min_by.
|
| CompareFunction
Helper base class for comparison functions like max and min.
|
| Function
Represents the implementation of a function available in JMESPath expressions.
|
| FunctionArgument
In JMESPath most functions take regular values as arguments, but some are
higher order functions and take expressions.
|
| FunctionCallException
Base class of exceptions thrown when functions are called
|
| FunctionRegistry
A collection of functions, used by the runtimes to look up functions by name
during parsing and compilation.
|
| MathFunction
Helper base class for functions that perform operations on a single numerical
argument, like calculating the absolute value, rounding, etc.
|
| TransformByFunction
Helper base class for higher order comparison functions like sort_by, max_by and min_by.
|
| TransformByFunction.Aggregator |
| Class and Description |
|---|
| Function
Represents the implementation of a function available in JMESPath expressions.
|
Copyright © 2016–2021. All rights reserved.