Uses of Interface
org.springframework.expression.ConstructorExecutor
Package
Description
Core abstractions behind the Spring Expression Language.
SpEL's default implementations for various core abstractions.
-
Uses of ConstructorExecutor in org.springframework.expression
Modifier and TypeMethodDescriptionConstructorResolver.resolve
(EvaluationContext context, String typeName, List<TypeDescriptor> argumentTypes) Within the supplied context, resolve a suitable constructor on the supplied type that can handle the specified arguments. -
Uses of ConstructorExecutor in org.springframework.expression.spel.support
Modifier and TypeClassDescriptionclass
A simple ConstructorExecutor implementation that runs a constructor using reflective invocation.Modifier and TypeMethodDescriptionReflectiveConstructorResolver.resolve
(EvaluationContext context, String typeName, List<TypeDescriptor> argumentTypes) Locate a constructor on the type.