Uses of Interface
org.springframework.expression.ConstructorResolver
Package
Description
Core abstractions behind the Spring Expression Language.
SpEL's default implementations for various core abstractions.
-
Uses of ConstructorResolver in org.springframework.expression
Modifier and TypeMethodDescriptionEvaluationContext.getConstructorResolvers()
Return a list of resolvers that will be asked in turn to locate a constructor. -
Uses of ConstructorResolver in org.springframework.expression.spel.support
Modifier and TypeClassDescriptionclass
A constructor resolver that uses reflection to locate the constructor that should be invoked.Modifier and TypeMethodDescriptionSimpleEvaluationContext.getConstructorResolvers()
Return an empty list, always, since this context does not support the use of type references.StandardEvaluationContext.getConstructorResolvers()
Modifier and TypeMethodDescriptionvoid
StandardEvaluationContext.addConstructorResolver
(ConstructorResolver resolver) boolean
StandardEvaluationContext.removeConstructorResolver
(ConstructorResolver resolver) Modifier and TypeMethodDescriptionvoid
StandardEvaluationContext.setConstructorResolvers
(List<ConstructorResolver> constructorResolvers)