Interface MpConfigFactory

All Known Implementing Classes:
HelidonMpConfigFactory

public interface MpConfigFactory
  • Field Details

  • Method Details

    • newInstance

      static MpConfigFactory newInstance()
      Since Config may be used before starting the CDI container, DI cannot be used, so an instance is dynamically created from the class name.
      Returns:
      MpConfigFactory instance
    • createFromExternalPath

      org.eclipse.microprofile.config.spi.ConfigSource createFromExternalPath(String path)
    • createFromUrl

      org.eclipse.microprofile.config.spi.ConfigSource createFromUrl(URL configUrl)