All Classes and Interfaces
Class
Description
AnsiColors is an enumeration that defines a set of ANSI escape codes for text color formatting.
CSV export strategy.
Utility class to format dates.
Utility class to export data to a file from an object.
Interface for Export strategy.
Enum for export types (export strategies).
Utility class to make HTTP requests.
HTTP methods supported by the `RequestHttp` class.
Utility class for working with JSON data.
JSON export strategy.
LoggerCup is an abstract class that facilitates logging management for Java applications.
LoggerFormatter is a custom formatter for log messages, designed to format
log output with timestamp, log level, source class, method name, and thread name.
LevelCup is a custom implementation of the
Level
class, providing additional log levels
beyond the standard levels provided by the Java logging framework.Utility class to close an object and its fields.
The
Properties
class provides utility methods to load and access
configuration properties from a file, either from the file system or the
application's resources.Utility class for common operations on strings, including manipulation, conversion, and validation.
Class to store typed values.
The
UniqueIdentifiers
class provides a set of static methods for generating
various types of unique identifiers, including UUIDs (Versions 1 to 7) and ULIDs.Utility class for building URLs.
XML export strategy.