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