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
-
Method Details
-
configure
Configures the parameter with the given value.- Parameters:
value- the value to use- Throws:
ExecutionException- if configuring the value fails for some reason
-