Interface ConfigurationResolver


@ProviderType public interface ConfigurationResolver
Getting context-aware configurations for a given resource context. Context-specific configuration may be different for different parts of the resource hierarchy, and configuration parameter inheritance may take place. This service builds on top of the ConfigurationResourceResolver and uses that service to resolve configuration resources. These resources can then be converted into application specific configuration objects using the ConfigurationBuilder.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(@NotNull Resource resource)
    Get configuration for given resource.
  • Method Details

    • get

      @NotNull @NotNull ConfigurationBuilder get(@NotNull @NotNull Resource resource)
      Get configuration for given resource.
      Parameters:
      resource - Context resource
      Returns:
      Configuration builder