public interface PojoAction
| Modifier and Type | Method and Description |
|---|---|
Object |
doExecute(Object pojo,
Object... args) |
Annotation |
getAnnotation(Class<? extends Annotation> annotationClass) |
Class<?> |
getManagedClass() |
String |
getName() |
Class<?>[] |
getParameterType() |
Class<?> |
getReturnType() |
String getName()
Annotation getAnnotation(Class<? extends Annotation> annotationClass)
Class<?> getManagedClass()
Class<?> getReturnType()
Class<?>[] getParameterType()
Copyright © 2014. All rights reserved.