| Package | Description |
|---|---|
| org.springframework.expression |
Core abstractions behind the Spring Expression Language.
|
| org.springframework.expression.spel |
SpEL's central implementation package.
|
| org.springframework.expression.spel.support |
SpEL's default implementations for various core abstractions.
|
| Modifier and Type | Method and Description |
|---|---|
TypeComparator |
EvaluationContext.getTypeComparator()
Return a type comparator for comparing pairs of objects for equality.
|
| Modifier and Type | Method and Description |
|---|---|
TypeComparator |
ExpressionState.getTypeComparator() |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardTypeComparator
A basic
TypeComparator implementation: supports comparison of
Number types as well as types implementing Comparable. |
| Modifier and Type | Method and Description |
|---|---|
TypeComparator |
StandardEvaluationContext.getTypeComparator() |
TypeComparator |
SimpleEvaluationContext.getTypeComparator()
Return an instance of
StandardTypeComparator. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardEvaluationContext.setTypeComparator(TypeComparator typeComparator) |