Package org.jboss.as.pojo.service
Class AbstractJoinpoint
- java.lang.Object
-
- org.jboss.as.pojo.service.AbstractJoinpoint
-
- Direct Known Subclasses:
ConstructorJoinpoint,TargetJoinpoint
public abstract class AbstractJoinpoint extends Object
Abstract joinpoint; keep parameters.- Author:
- Ales Justin
-
-
Constructor Summary
Constructors Constructor Description AbstractJoinpoint()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Objectdispatch()Dispatch this action.protected ValueConfig[]getParameters()voidsetParameters(ValueConfig[] parameters)protected Object[]toObjects(Type[] types)
-
-
-
Method Detail
-
getParameters
protected ValueConfig[] getParameters()
-
setParameters
public void setParameters(ValueConfig[] parameters)
-
-