Interface | Description |
---|---|
FunctionMapResolver.FunctionResolver | |
HasUserInfo |
Interface for objects that can return a UserInfo object
|
Supplier<T> |
Supplier Interface to for a class that can supply and instance when get() is called.
|
TextReplacement.TextResolver |
Used during the TextReplacement to dynamically resolve the input string with a value.
|
Class | Description |
---|---|
CompositeTextResolver |
Simple class to nest text resolvers.
|
DateRange |
Structure to hold a Date Range (start/end) and the value for that specific range.
|
DateRangeWithValue |
Structure to hold a Date Range (start/end) and the value for that specific range.
|
DOMUtil |
Collection of useful helpers for dealing with DOM structures
|
Function1Resolver | |
FunctionMapResolver |
Resolves data using Map data and functions.
|
IterableDateRange |
This is both an Iterator and Iterable for Range
|
IterableRange<T> |
This is both an Iterator and Iterable for Range
|
JSON |
Static methods for easily working with JSON data
|
MapResolver |
Simple Text Resolver backed by a Map
|
NumberUtil |
Simple class for dealing with Numbers
|
Range<T> |
Structure holding a "start" and "end" value.
|
StringUtil |
Various String/Object utils.
|
Supplier.Factory | |
TextReplacement |
TextReplace is a simple means to replace all occurances of a string, with another string using a regular expression
and a TextResolver.
|