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