Package | Description |
---|---|
org.aeonbits.owner |
The goal of OWNER API is to minimize the code required to handle application configuration through Java properties
files.
|
org.aeonbits.owner.converters | |
org.aeonbits.owner.util |
Provides utility interfaces and classes.
|
Class | Description |
---|---|
Config |
Marker interface that must be implemented by all Config sub-interfaces.
|
Config.DisableableFeature |
This enum contains the features that can be disabled using the annotation
Config.DisableFeature . |
Config.HotReloadType |
Allows to specify which type of HotReload should be applied.
|
Config.LoadType |
Specifies the policy type to use to load the
Config.Sources files for properties. |
Factory |
Interface for factory implementation used to instantiate
Config instances. |
Class | Description |
---|---|
Converter |
Converter interface specifies how to convert an input string coming from a property value to a target object returned
by the Config method.
|
Class | Description |
---|---|
Config.DisableableFeature |
This enum contains the features that can be disabled using the annotation
Config.DisableFeature . |
Copyright © 2012–2020 Luigi R. Viggiano. All rights reserved.