| Package | Description |
|---|---|
| com.bazaarvoice.jolt | |
| com.bazaarvoice.jolt.modifier | |
| com.bazaarvoice.jolt.modifier.function | |
| com.bazaarvoice.jolt.modifier.spec |
| Class and Description |
|---|
| Function
Deprecated.
|
| Class and Description |
|---|
| Function
Deprecated.
|
| Class and Description |
|---|
| Function
Deprecated.
|
| Function.ArgDrivenFunction
Deprecated.
Abstract class that provides rudimentary abstraction to quickly implement
a function that classifies first arg as special input and rest as regular
input.
|
| Function.ArgDrivenListFunction
Deprecated.
Extends ArgDrivenConverter to provide rudimentary abstraction to quickly
implement a function that works on an input list|array
i.e.
|
| Function.ArgDrivenSingleFunction
Deprecated.
Extends ArgDrivenConverter to provide rudimentary abstraction to quickly
implement a function that works on a single input
i.e.
|
| Function.BaseFunction
Deprecated.
Abstract class that processes var-args and calls two abstract methods
If its single list arg, or many args, calls applyList()
else calls applySingle()
|
| Function.ListFunction
Deprecated.
Abstract class that provides rudimentary abstraction to quickly implement
a function that works on an List of input
i.e.
|
| Function.SingleFunction
Deprecated.
Abstract class that provides rudimentary abstraction to quickly implement
a function that works on an single value input
i.e.
|
| Function.SquashFunction
Deprecated.
squashNull is a special kind of null processing,the input is always a list or map as a singleton
|
| FunctionArg |
| FunctionEvaluator |
| Class and Description |
|---|
| Function
Deprecated.
|
Copyright © 2023. All rights reserved.