| Interface | Description |
|---|---|
| Action |
Functional interface which takes 0 parameters and returns nothing.
|
| IOThrowingAction |
Functional interface which takes 0 parameters and returns nothing and can throw a checked exception.
|
| ThrowingAction |
Functional interface which takes 0 parameters and returns nothing and can throw a checked exception.
|
| ThrowingSupplier<T> |
Functional interface which takes 0 parameters and returns T and can throw a checked exception.
|
| Class | Description |
|---|---|
| Base64 | Deprecated
in favour of
EncodingUtil.toBase64(byte[]) and EncodingUtil.fromBase64(String) |
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| DateTimeUtil |
This file is a helper class for internal usage only.
|
| DIContainer |
A simple dependency injection container.
|
| DIContainerConfigurations |
Dependency injection configuration loader class.
|
| EncodingUtil |
This file is a helper class for internal usage only.
|
| FileUtil |
This file is a helper class for internal usage only.
|
| JsonUtil |
Utility class for JSON serialization and deserialization operations.
|
| MapUtil |
Utility class for work with collections.
|
| MessageFormatUtil |
This file is a helper class for internal usage only.
|
| MultiThreadingUtil |
Utility class for running actions in parallel using multiple threads.
|
| Pair<K,V> | Deprecated
in favour of
Tuple2 |
| PlaceHolderTextUtil |
This class is used to generate placeholder text for the examples and tests.
|
| ProcessInfo |
Class contains a process information, such as process exit code and process output.
|
| RuntimeUtil |
Utility class for runtime-related operations.
|
| StringNormalizer |
Utility class for string normalization.
|
| StringSplitUtil |
Utility class which splits string data to array by provided character.
|
| SystemUtil |
This file is a helper class for internal usage only.
|
| TimerUtil |
Utility class for creating and managing timers.
|
| ZipFileReader |
Allows reading entries from a zip file.
|
| ZipFileWriter |
Allows writing entries into a zip file.
|
| Enum | Description |
|---|---|
| PlaceHolderTextUtil.PlaceHolderTextBy |
The enum Place holder text by.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.