Package | Description |
---|---|
com.bazaarvoice.jolt.modifier.function |
Modifier and Type | Class and Description |
---|---|
static class |
Function.ArgDrivenListFunction<S>
Deprecated.
Extends ArgDrivenConverter to provide rudimentary abstraction to quickly
implement a function that works on an input list|array
i.e.
|
static class |
Function.ArgDrivenSingleFunction<S,R>
Deprecated.
Extends ArgDrivenConverter to provide rudimentary abstraction to quickly
implement a function that works on a single input
i.e.
|
static class |
Lists.elementAt
Given an index at arg[0], and a list at arg[1] or args[1...N], return element at index of list or array
|
static class |
Math.divideAndRound |
static class |
Strings.join |
static class |
Strings.leftPad |
static class |
Strings.rightPad |
static class |
Strings.split |