Class MethodInvoker<T>
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.util.MethodInvoker<T>
-
- All Implemented Interfaces:
Invokable<T>
public class MethodInvoker<T> extends Object implements Invokable<T>
- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description MethodInvoker(Object instance, Method method, ObjectCreator[] methodParameters)
-
-
-
Constructor Detail
-
MethodInvoker
public MethodInvoker(Object instance, Method method, ObjectCreator[] methodParameters)
-
-