Interface Configuration<T>

  • Type Parameters:
    T - Specifies the type of the configuration value
    All Known Implementing Classes:
    AbstractConfiguration

    public interface Configuration<T>
    This interface marks a class as a tapir configuration. A configuration wraps a configuration value.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Method Detail

      • getValue

        T getValue()
        Returns the value of the configuration.
        Returns:
        the value of the configuration
        Since:
        2.0.0