public class RestMethodMatcher
extends com.google.inject.matcher.AbstractMatcher<java.lang.reflect.Method>
Normally, all rest resources are annotated with Path so it is easy to filter all rest classes.
This matcher is required only for complex declaration cases.
| Constructor and Description |
|---|
RestMethodMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.reflect.Method method) |