Uses of Interface
org.springframework.expression.TypeComparator
Packages that use TypeComparator
Package
Description
Core abstractions behind the Spring Expression Language.
SpEL's central implementation package.
SpEL's default implementations for various core abstractions.
-
Uses of TypeComparator in org.springframework.expression
Methods in org.springframework.expression that return TypeComparatorModifier and TypeMethodDescriptionEvaluationContext.getTypeComparator()Return a type comparator for comparing pairs of objects for equality. -
Uses of TypeComparator in org.springframework.expression.spel
Methods in org.springframework.expression.spel that return TypeComparator -
Uses of TypeComparator in org.springframework.expression.spel.support
Classes in org.springframework.expression.spel.support that implement TypeComparatorModifier and TypeClassDescriptionclassA basicTypeComparatorimplementation: supports comparison ofNumbertypes as well as types implementingComparable.Methods in org.springframework.expression.spel.support that return TypeComparatorModifier and TypeMethodDescriptionSimpleEvaluationContext.getTypeComparator()Return an instance ofStandardTypeComparator.StandardEvaluationContext.getTypeComparator()Methods in org.springframework.expression.spel.support with parameters of type TypeComparatorModifier and TypeMethodDescriptionvoidStandardEvaluationContext.setTypeComparator(TypeComparator typeComparator)