Interface TagValueExpressionResolver
-
public interface TagValueExpressionResolverResolves the tag value for the given parameter and the provided expression.- Since:
- 1.2.0
- Author:
- Marcin Grzejszczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringresolve(String expression, Object parameter)Returns the tag value for the given parameter and the provided expression.
-
-
-
Method Detail
-
resolve
String resolve(String expression, Object parameter)
Returns the tag value for the given parameter and the provided expression.- Parameters:
expression- - the expression coming fromSpanTag.expression()parameter- - parameter annotated withSpanTag- Returns:
- the value of the tag
-
-