Interface ConfigProvider

All Known Implementing Classes:
HelidonConfigProvider

@Deprecated(forRemoval=true, since="4.3.0") public interface ConfigProvider
Deprecated, for removal: This API element is subject to removal in a future version.
there is no replacement for this type, use factory methods on the implementation directly
Service loader provider interface to discover config implementation that would be used to obtain a default configuration instance.
  • 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.
  • Method Details

    • create

      Config create()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create the default configuration instance.
      Returns:
      a new configuration