open class ReflectiveConstructorExecutor : ConstructorExecutor
A simple ConstructorExecutor implementation that runs a constructor using reflective invocation.
Author
Andy Clement
Author
Juergen Hoeller
Since
3.0
ReflectiveConstructorExecutor(ctor: Constructor<*>) |
open fun execute(context: EvaluationContext, vararg arguments: Any): TypedValue |
|
open fun getConstructor(): Constructor<*> |