| Package | Description |
|---|---|
| net.obvj.jep.functions |
Provides functions for the Java Expression Parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryBooleanFunction
A function that accepts two parameters (of any type) and returns 1 (true) or 0 (false),
depending on the given evaluation strategy.
|
class |
BinaryStringFunction
This class implements a JEP function that receives two strings.
|
class |
DateFieldGetter
A function that returns a field from a Date, depending on the date field strategy
|
class |
HttpResponseHandler
A JEP function that reads data from a
WebServiceResponse object. |
class |
Replace
A JEP function that replaces occurrences of a string with another string
|
class |
StringPaddingFunction
A JEP function for string padding.
|
class |
UnaryBooleanFunction
A function that accepts one argument and returns a boolean value.
|
class |
UnaryEncryptionFunction
A JEP function that accepts one parameter and converts it into an encrypted string
|
class |
UnaryStringFunction
A JEP function that receives a string object and produces another string
|
class |
UnarySystemFunction
A JEP function that receives a single parameter and retrieves system data
|
Copyright © 2021. All rights reserved.