- Type Parameters:
T- The type of the value to resolve
A parameter type that gives the capability of:
- Get the configured expression: With
getExpression()returns the possible expression used to resolve the parameter value - Differ the resolution: Using
resolve()resolves the parameter value of typeParameterResolver
- Since:
- 1.0
-
Method Summary
-
Method Details
-
resolve
T resolve()- Returns:
- Resolves the value of type
ParameterResolverfor the given parameter.
-
getExpression
- Returns:
- The optional expression that generates the required value. May be empty if the value was not generated from an expression
-