Package org.jboss.as.pojo.service
Class ReflectionJoinpoint
- java.lang.Object
-
- org.jboss.as.pojo.service.AbstractJoinpoint
-
- org.jboss.as.pojo.service.TargetJoinpoint
-
- org.jboss.as.pojo.service.ReflectionJoinpoint
-
public class ReflectionJoinpoint extends TargetJoinpoint
Reflection joinpoint.- Author:
- Ales Justin
-
-
Constructor Summary
Constructors Constructor Description ReflectionJoinpoint(BeanInfo beanInfo, String methodName)ReflectionJoinpoint(BeanInfo beanInfo, String methodName, String[] types)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectdispatch()-
Methods inherited from class org.jboss.as.pojo.service.TargetJoinpoint
getTarget, setTarget
-
Methods inherited from class org.jboss.as.pojo.service.AbstractJoinpoint
getParameters, setParameters, toObjects
-
-