All Classes and Interfaces

Class
Description
Existing Byte Order Mark (BOM) types.
Available Cipher Algorithm.
The ConfigurationDAO provides all functionality for an application wide configuration.
Application wide configuration with key=value entries.
Implementation of the ConfigurationDAO.
Service implementation for the ConfigutarionDAO.
Constraints for the package CORE.
Basic cryptographic functions for applications.
DAO Exception for CRUD operations trown in the Data Access Object.
DatabaseActions is a simple helper class to execute SQL queries and other database operations out of the DAO Context.
Feature Flags is a wrapper for the FF4j library to enable toggels for activating and deactivating features.
Implementation of feature toggels.
Some helpful stuff for file handling.
GenericDAO primary for CRUD database operations.
Abstract implementation of Domain Access Object (DAO) Pattern.
Available Hash algorithms.
https://docs.oracle.com/en/java/javase/17/docs/specs/security/standard-names.html
A simple image processor with some useful basic functionality in applications.
Implementation of a simple image processor.
Implementation of JavaScript Object Notation (JSON) processing.
Implementation of a simple SMTP Mailer.
Implementation of Java cryptography.
Implementation of Database JDBC Actions.
Contains all information about a JDBC connection.
Be always aware, when using listAll() because some database tables with a giant amount of rows will slow down your application dramatically.
Exception for JSON erros.
Lightweight wrapper for basic JSON functionality.
 
Implementation of a TreeWalker.
Implementation of the Logger as Wrapper for SLF4j and logback Framework.
Simple API for application logging.
Service implementation for the LogbackLogger.
Available LogLevels.
Compose E-Mail.
Simple SMTP e-mail client with SSL to send E-Mails from a configured mail account (SMTP server).
Service implementation for the JakartaMailClient.
Exception for wrong configurations.
 
Implementation of a simple PDF Renderer.
This class hides implementation details of the OpenPdf PdfReader class used in the API.
Basic PDF functionality to generate from an application letters or reports.
Helper class to replace elements fürm HTML content to include them in PDF.
Implementation of the Property Reader.
The PropertyReader is able to read properties from different resources like file, database or from the classpath.
Generates Quick Response Codes (QR Codes).
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.
Implementation of XML Tools.
Some useful Methods for String manipulation, Hash and UUID generation.
Wrapper for the Velocity Template Renderer.
Exception for several Timeouts.
Data structure for a tree.A node is unique by is UUID, but in real environments is a more specified definition necessary.
Implementation of the TREE data structure.
Exception for unsupported Versions.
A simple RexEx Validator.
### REGEX VALIDATION PATTERN
### * = 0 or more quantifier
### + = 1 or more quantifier
### ? = 0 or 1 quantifier
Implementation of a Template Renderer.
Data class for program version numbers, based on semantic versioning.
XML Tools are based on the event driven SAX concept.
Implementation of the QR Code Generator.