JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micrometer.common.annotation
ValueResolver
Contents
Description
Method Summary
Method Details
resolve(Object)
Hide sidebar
Show sidebar
Interface ValueResolver
All Known Implementing Classes:
NoOpValueResolver
public interface
ValueResolver
Resolves the
KeyValue
value for the given parameter.
Since:
1.11.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
resolve
(@Nullable
Object
parameter)
Returns the
KeyValue
value for the given parameter.
Method Details
resolve
String
resolve
(@Nullable
Object
parameter)
Returns the
KeyValue
value for the given parameter.
Parameters:
parameter
- annotated parameter
Returns:
the value of the
KeyValue