Class TimedAnnotationNameStrategy
java.lang.Object
com.codahale.metrics.jdbi3.strategies.TimedAnnotationNameStrategy
- All Implemented Interfaces:
StatementNameStrategy
Takes into account the
Timed annotation on extension methods-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStatementName(org.jdbi.v3.core.statement.StatementContext statementContext)
-
Constructor Details
-
TimedAnnotationNameStrategy
public TimedAnnotationNameStrategy()
-
-
Method Details
-
getStatementName
- Specified by:
getStatementNamein interfaceStatementNameStrategy
-