| 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  | StandardTypeComparatorA basic  TypeComparatorimplementation: supports comparison ofNumbertypes as well as types implementingComparable. | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeComparator | SimpleEvaluationContext. getTypeComparator()Return an instance of  StandardTypeComparator. | 
| TypeComparator | StandardEvaluationContext. getTypeComparator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StandardEvaluationContext. setTypeComparator(TypeComparator typeComparator) |