| Package | Description |
|---|---|
| net.obvj.jep.functions |
Provides functions for the Java Expression Parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryBooleanFunction
An "abstract" function that accepts two parameters (of any type) and returns 1 (true)
or 0 (false), depending on the target evaluation strategy.
|
class |
BinaryDateFunction
An "abstract" function that receives two objects: a Date and an integer, and returns a
Date, with concrete behavior defined by
BinaryDateFunction.Strategy. |
class |
BinaryStringFunction
An "abstract" function that accepts two strings and returns an object.
|
class |
DateFieldGetter
An "abstract" function that returns a field from a Date, depending on the assigned
DateFieldGetter.DateField fetching strategy. |
class |
HttpResponseHandler
An "abstract" function that reads data from a
WebServiceResponse object. |
class |
Replace
An "abstract" function that replaces occurrences of a string with another string.
|
class |
StringPaddingFunction
An "abstract" function for string padding, which accepts a variable number of arguments
(either two or three parameters), and executes a particular strategy defined by
StringPaddingFunction.Strategy. |
class |
UnaryBooleanFunction
An "abstract" function that accepts one object as argument and returns a boolean value,
represented as 1 (true) or 0 (false).
|
class |
UnaryEncryptionFunction
An "abstract" function that accepts one object as parameter and converts it into an
encrypted string.
|
class |
UnaryStringFunction
An "abstract" function that receives a string object and produces another string after
processing the strategy defined by a delegating
UnaryStringFunction.Strategy. |
class |
UnarySystemFunction
An "abstract" function that receives a single parameter and retrieves system data.
|
Copyright © 2021. All rights reserved.