Class TimedAnnotationNameStrategy
- java.lang.Object
-
- com.codahale.metrics.jdbi3.strategies.TimedAnnotationNameStrategy
-
- All Implemented Interfaces:
StatementNameStrategy
public class TimedAnnotationNameStrategy extends Object implements StatementNameStrategy
Takes into account theTimedannotation on extension methods
-
-
Constructor Summary
Constructors Constructor Description TimedAnnotationNameStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStatementName(org.jdbi.v3.core.statement.StatementContext statementContext)
-
-
-
Method Detail
-
getStatementName
public String getStatementName(org.jdbi.v3.core.statement.StatementContext statementContext)
- Specified by:
getStatementNamein interfaceStatementNameStrategy
-
-