| Modifier and Type | Method and Description |
|---|---|
Configuration.ConfigurationBuilder |
Configuration.ConfigurationBuilder.pathFunctions(Map<String,Class<? extends PathFunction>> functions) |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Class<? extends PathFunction>> |
PathFunctionFactory.FUNCTIONS |
| Modifier and Type | Method and Description |
|---|---|
static PathFunction |
PathFunctionFactory.newFunction(String name)
Deprecated.
|
PathFunction |
MapJsonPathFunctionFactory.newFunction(String name) |
PathFunction |
JsonPathFunctionFactory.newFunction(String name)
Returns the function by name or throws InvalidPathException if function not found.
|
| Constructor and Description |
|---|
MapJsonPathFunctionFactory(Map<String,Class<? extends PathFunction>> pathFunctionMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
Append
Appends JSON structure to the current document so that you can utilize the JSON added thru another function call.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAggregation
Defines the pattern for processing numerical values via an abstract implementation that iterates over the collection
of JSONArray entities and verifies that each is a numerical value and then passes that along the abstract methods
Created by mattg on 6/26/15.
|
class |
Average
Provides the average of a series of numbers in a JSONArray
Created by mattg on 6/26/15.
|
class |
Max
Defines the summation of a series of JSONArray numerical values
Created by mattg on 6/26/15.
|
class |
Min
Defines the summation of a series of JSONArray numerical values
Created by mattg on 6/26/15.
|
class |
StandardDeviation
Provides the standard deviation of a series of numbers
Created by mattg on 6/27/15.
|
class |
Sum
Defines the summation of a series of JSONArray numerical values
Created by mattg on 6/26/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Concatenate
String function concat - simple takes a list of arguments and/or an array and concatenates them together to form a
single string
Created by mgreenwood on 12/11/15.
|
class |
Length
Provides the length of a JSONArray Object
Created by mattg on 6/26/15.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathToken.invoke(PathFunction pathFunction,
String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
Copyright © 2016. All rights reserved.