Class ConstructorInvoker<T>
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.util.ConstructorInvoker<T>
-
- All Implemented Interfaces:
Invokable<T>
public class ConstructorInvoker<T> extends java.lang.Object implements Invokable<T>
Wraps the invocation of a constructor (with exception reporting) as anInvokable
.- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description ConstructorInvoker(java.lang.reflect.Constructor constructor, ObjectCreator[] constructorParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
invoke()
Called to produce a value.
-
-
-
Constructor Detail
-
ConstructorInvoker
public ConstructorInvoker(java.lang.reflect.Constructor constructor, ObjectCreator[] constructorParameters)
-
-