Interface Configurer.ConfigurerConfiguration

Enclosing interface:
Configurer

public static interface Configurer.ConfigurerConfiguration
Represents the potential ConfigurerOption parameters of the invocation.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    <T> T
    get(String name, Class<T> type)
     
  • Method Details

    • configuration

      Returns:
      all options at once.
    • get

      <T> T get(String name, Class<T> type)
      Type Parameters:
      T - the type of the option.
      Parameters:
      name - the option name.
      type - the expected type of the option.
      Returns:
      the option value or null if missing.