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 |
---|---|
TypeLocator |
EvaluationContext.getTypeLocator()
Return a type locator that can be used to find types, either by short or
fully qualified name.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardTypeLocator
A simple implementation of
TypeLocator that uses the context ClassLoader
(or any ClassLoader set upon it). |
Modifier and Type | Method and Description |
---|---|
TypeLocator |
StandardEvaluationContext.getTypeLocator() |
TypeLocator |
SimpleEvaluationContext.getTypeLocator()
SimpleEvaluationContext does not support use of type references. |
Modifier and Type | Method and Description |
---|---|
void |
StandardEvaluationContext.setTypeLocator(TypeLocator typeLocator) |