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 Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    This should only be used by service loader and, possibly, tests.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create the default configuration instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HelidonConfigProvider

      public HelidonConfigProvider()
      Deprecated, for removal: This API element is subject to removal in a future version.
      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