public class SimpleMethodSelectorResolver extends java.lang.Object implements MethodSelectorResolver
MethodSelectorResolver that looks for an On annotation
or uses the method name minus the "on" portion and lower-casing the first character.| Constructor and Description |
|---|
SimpleMethodSelectorResolver() |
| Modifier and Type | Method and Description |
|---|---|
Selector |
apply(java.lang.reflect.Method method)
Execute the logic of the action, accepting the given parameter.
|
boolean |
supports(java.lang.reflect.Method method)
Implementations should decided whether they support the given object or not.
|
public Selector apply(java.lang.reflect.Method method)
Functionpublic boolean supports(java.lang.reflect.Method method)
Supports