Package | Description |
---|---|
org.springframework.expression | |
org.springframework.expression.spel.support |
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() |
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) |
Copyright © 2015. All rights reserved.