class NamedMethodMatcher extends com.google.inject.matcher.AbstractMatcher<java.lang.reflect.Method>
Created because Guice doesn't have one. Author: Kevin Sheppard Date: April 02, 2023
Type | Name and description |
---|---|
java.lang.String |
methodName |
Type Params | Return Type | Name and description |
---|---|---|
|
static NamedMethodMatcher |
forMethodName(java.lang.String name) |
|
boolean |
matches(java.lang.reflect.Method method) |