Interface Configurer.ConfigurerConfiguration

    • Method Detail

      • 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.