| Package | Description |
|---|---|
| net.obvj.jep.functions |
Provides functions for the Java Expression Parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Arabic
A function command that converts a Roman numeral to Arabic.
|
class |
Average
This class implements a function that returns the average of collection of elements.
|
class |
BasicAuthorizationHeader
This class implements a JEP function that generates a basic authorization header from
given credentials (username and password).
|
class |
Concat
This class implements a JEP function command that concatenates elements.
|
class |
Count
This class implements a JEP function that counts elements.
|
class |
DateToString
A command that formats dates in a specified pattern
|
class |
DaysBetween
A command that returns the number of days between two dates
|
class |
Distinct
This class implements a function that returns a list consisting of distinct elements of
a given collection.
|
class |
Element
A command that returns elements from Java Lists and JSONArrays given the index.
|
class |
EndOfMonth
A function that returns the date corresponding to the last day of the month given a
source date
|
class |
FormatString
A command that formats strings based on a pattern and variable arguments
|
class |
Http
A function that invokes a method from a Web Server, given a method, a URL, a request
body, and an optional headers, and returns a client response object.
|
class |
HttpGet
A function that reads content from a Web Server, given a URL and an optional media
type, and returns server response as string
|
class |
HttpHeader
|
class |
IsEmpty
A function that returns 1 if the given parameter is either an empty String, JSON or
Collection, or 0 if not.
|
class |
IsLeapYear
A function that returns 1 if the given parameter is either a leap year or a Date whose
year is a leap year, or 0 if not.
|
class |
JsonPath
This class implements a function that evaluates JSONPaths.
|
class |
Max
This class implements a function that returns the highest element in a collection of
elements using Java Expression Parser.
|
class |
Min
This class implements a function that returns the lowest element in a collection of
elements using Java Expression Parser.
|
class |
NormalizeString
This class implements a JEP function that normalizes Unicode strings, replacing accents
and other diacritics with ASCII characters.
|
class |
Now
This class implements a function command that returns system's current date and time.
|
class |
ReadFile
A function that reads the content a text file from the file system
|
class |
Roman
A function command that converts an Arabic numeral to Roman.
|
class |
StringToDate
A function that converts a string into a date.
|
class |
TypeOf
A function that returns the Java type associated with the given parameter
|
class |
UUID
This class implements a JEP function that produces a UUID.
|
class |
XPath
This class implements a function that evaluates XPaths.
|
Copyright © 2021. All rights reserved.