| Interface | Description |
|---|---|
| PathFunction |
Defines the pattern by which a function can be executed over the result set in the particular path
being grabbed.
|
| Class | Description |
|---|---|
| Length |
Provides the length of a JSONArray Object
Created by mattg on 6/26/15.
|
| PassthruPathFunction |
Defines the default behavior which is to return the model that is provided as input as output
Created by mattg on 6/26/15.
|
| PathFunctionFactory |
Implements a factory that given a name of the function will return the Function implementation, or null
if the value is not obtained.
|