spring-framework / org.springframework.expression.spel.support / ReflectiveConstructorExecutor

ReflectiveConstructorExecutor

open class ReflectiveConstructorExecutor : ConstructorExecutor

A simple ConstructorExecutor implementation that runs a constructor using reflective invocation.

Author
Andy Clement

Author
Juergen Hoeller

Since
3.0

Constructors

<init>

ReflectiveConstructorExecutor(ctor: Constructor<*>)

Functions

execute

open fun execute(context: EvaluationContext, vararg arguments: Any): TypedValue

getConstructor

open fun getConstructor(): Constructor<*>