Interface TagValueExpressionResolver
public interface TagValueExpressionResolver
Resolves the tag value for the given parameter and the provided expression.
- Since:
- 1.2.0
- Author:
- Marcin Grzejszczak
-
Method Summary
-
Method Details
-
resolve
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
-