Schnittstelle ConfigurationBindingProvider


public interface ConfigurationBindingProvider
A provider to get bindings (implementations) for configuration interfaces.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    <T> T
    get(String prefix, Class<T> type)
    Returns a binding for a configuration interface.
  • Methodendetails

    • get

      <T> T get(String prefix, Class<T> type)
      Returns a binding for a configuration interface.
      Typparameter:
      T - The configuration interface to get an instance for.
      Parameter:
      prefix - Relative path to configuration values.
      type - The class for <T>.
      Gibt zurück:
      The corresponding binding.