All Classes

Class Description
Config
Configuration bean
ConfigManager
Config Manager service, there are several things to take in account: Overwrited lists can have unexpected behaviours please convert it to maps if you want to override any attribute, otherwise you need to take in account: If you are overriding with yaml files include all its elements changing only what you want to change If you change the size of a list from properties origin the helper field length should no be correct
ConfigManagerImpl
Config manager service implementation
ConfigParser  
ConfigParserFactory  
ConfigProvider  
ConfigProviderFactory  
CopiedSource
Annotation to point that this class is copied from another jar (Class generated by org.bytemechanics.maven.copysource-maven-plugin)
LambdaUnchecker
Utility class to hide checked exceptions.
LambdaUnchecker.BiConsumerWithExceptions<T,​U,​E extends java.lang.Exception>
Functional interface for biconsumers with checked exceptions
LambdaUnchecker.ConsumerWithExceptions<T,​E extends java.lang.Exception>
Functional interface for consumers with checked exceptions
LambdaUnchecker.FunctionWithExceptions<T,​R,​E extends java.lang.Exception>
Functional interface for functions with checked exceptions
LambdaUnchecker.RunnableWithExceptions<E extends java.lang.Exception>
Functional interface for runnables with checked exceptions
LambdaUnchecker.SupplierWithExceptions<T,​E extends java.lang.Exception>
Functional interface for suppliers with checked exceptions
SimpleFormat
Helper class for internal use only Please keep in mind that this class can be changed, renamed, deleted or extended without previous advice between fix releases, minor versions or major versions
UnreadableConfigLocation
Raised when unable to read config location from unknown reasons
UnsupportedConfigLocationFormat
Raised when trying to load configuration from an location with unsupported formats
UnsupportedConfigLocationScheme
Raised when trying to load configuration from an unknown location scheme
UnwritableConfigLocation
Raised when unable to write config location from unknown reasons
URIUtils  
YAMLPropertyReader
Simple yaml parser to convert to key-value pairs Important notes: Multi-document yaml not supported (please avoid the triple-hyphens syntax)
YAMLPropertyReader.Property
Returned property
YAMLPropertyWriter
Property writer to yaml
YAMLPropertyWriter.Property
Input property
YAMLPropertyWriter.YamlEntry
Internal class to store each property tree name with the key and value