Interface ValueExpressionResolver


public interface ValueExpressionResolver
Resolves the KeyValue value for the given parameter and the provided expression.
Since:
1.11.0
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(String expression, Object parameter)
    Returns the KeyValue value for the given parameter and the provided expression.
  • Method Details

    • resolve

      @Nullable String resolve(String expression, @Nullable Object parameter)
      Returns the KeyValue value for the given parameter and the provided expression.
      Parameters:
      expression - the expression coming from an annotation
      parameter - parameter annotated with a KeyValue related annotation
      Returns:
      the value of the KeyValue