Package de.mhus.lib.core.pojo
Interface PojoAction
-
- All Known Implementing Classes:
FunctionAction
public interface PojoAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectdoExecute(Object pojo, Object... args)AnnotationgetAnnotation(Class<? extends Annotation> annotationClass)Class<?>getManagedClass()StringgetName()Class<?>[]getParameterType()Class<?>getReturnType()
-
-
-
Method Detail
-
getName
String getName()
-
getAnnotation
Annotation getAnnotation(Class<? extends Annotation> annotationClass)
-
getManagedClass
Class<?> getManagedClass()
-
getReturnType
Class<?> getReturnType()
-
getParameterType
Class<?>[] getParameterType()
-
-