Class MethodInvoker<T>
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.util.MethodInvoker<T>
-
- All Implemented Interfaces:
Invokable<T>
public class MethodInvoker<T> extends java.lang.Object implements Invokable<T>
- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description MethodInvoker(java.lang.Object instance, java.lang.reflect.Method method, ObjectCreator[] methodParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
invoke()
Called to produce a value.
-
-
-
Constructor Detail
-
MethodInvoker
public MethodInvoker(java.lang.Object instance, java.lang.reflect.Method method, ObjectCreator[] methodParameters)
-
-