public final class SimpleMethodNotificationKeyResolver extends java.lang.Object implements MethodNotificationKeyResolver
MethodNotificationKeyResolver that looks for an Notify annotation
or uses the method name minus the "notify" portion and lower-casing the first character.| Constructor and Description |
|---|
SimpleMethodNotificationKeyResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
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 boolean supports(java.lang.reflect.Method method)
Supportspublic java.lang.String apply(java.lang.reflect.Method method)
Function