Interface ValueSourceSpec<P extends ValueSourceParameters>

Type Parameters:
P - The value source specific parameter type.

public interface ValueSourceSpec<P extends ValueSourceParameters>
Base configuration for value source definitions.
Since:
6.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The parameters for the value source.
    void
    parameters(Action<? super P> action)
    Configure the parameters for the value source.