Interface ValueConfigurer<T>

Type Parameters:
T - the type of the parameter value, e.g., a method, an attribute, etc.
All Known Implementing Classes:
ParameterConfigurer

public interface ValueConfigurer<T>
A function which can configure a (parameter) value of a given type.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(T value)
    Configures the parameter with the given value.
  • Method Details

    • configure

      void configure(T value) throws ExecutionException
      Configures the parameter with the given value.
      Parameters:
      value - the value to use
      Throws:
      ExecutionException - if configuring the value fails for some reason