Class ConstructorInvoker<T>
java.lang.Object
org.apache.tapestry5.ioc.internal.util.ConstructorInvoker<T>
- All Implemented Interfaces:
Invokable<T>
Wraps the invocation of a constructor (with exception reporting) as an
Invokable
.- Since:
- 5.3
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorInvoker
(Constructor constructor, ObjectCreator[] constructorParameters) -
Method Summary