open class ReflectiveConstructorResolver : ConstructorResolver
A constructor resolver that uses reflection to locate the constructor that should be invoked.
Author
Andy Clement
Author
Juergen Hoeller
Since
3.0
ReflectiveConstructorResolver()
A constructor resolver that uses reflection to locate the constructor that should be invoked. |
open fun resolve(context: EvaluationContext, typeName: String, argumentTypes: MutableList<TypeDescriptor>): ConstructorExecutor
Locate a constructor on the type. There are three kinds of match that might occur:
|