All Classes and Interfaces

Class
Description
The AbstractConfigurator is an abstract base class that implements the Configurator interface.
The AbstractFileConfigurator class extends AbstractConfigurator to provide functionality for loading configuration properties from external file resources.
The Attribute annotation is used to define customizable attributes for platform entities in client projects.
 
The Configurator interface is used to retrieve configurations and properties from a configurable source.
 
 
The Description annotation is used to provide customizable descriptions for platform entities or their components in client projects.
 
 
 
 
 
 
The Mandatory annotation is used to indicate that a field, method, or property in a model is required or mandatory.
 
The Name annotation is used to define a customizable name for an attribute, model, or component in platform entities.
 
 
 
 
RecordBuilder for OutboxEventMessage instances.
 
 
 
 
 
 
 
The PrefixStrippingConfigurator class extends AbstractConfigurator and enables property retrieval by dynamically handling configurable prefixes.
The PropertiesConfigurator class is an implementation of AbstractFileConfigurator designed to load configuration properties from standard Java `.properties` files.
 
The YamlConfigurator class is an implementation of AbstractFileConfigurator designed to load configuration properties from YAML files.