java.lang.Object
io.helidon.config.HelidonConfigProvider
- All Implemented Interfaces:
ConfigProvider
@Deprecated(forRemoval=true,
since="4.3.0")
public class HelidonConfigProvider
extends Object
implements ConfigProvider
Deprecated, for removal: This API element is subject to removal in a future version.
this class is only for common config, which will be removed
Service loader provider implementation for common config.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HelidonConfigProvider
Deprecated.only forServiceLoader
This should only be used by service loader and (possibly) tests.
-
-
Method Details
-
create
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ConfigProvider
Create the default configuration instance.- Specified by:
create
in interfaceConfigProvider
- Returns:
- a new configuration
-