Class HelidonConfigProvider

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 Details

    • HelidonConfigProvider

      @Deprecated public HelidonConfigProvider()
      Deprecated.
      only for ServiceLoader
      This should only be used by service loader and (possibly) tests.
  • Method Details

    • create

      public Config 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 interface ConfigProvider
      Returns:
      a new configuration