Uses of Interface
org.springframework.expression.OperatorOverloader
Packages that use OperatorOverloader 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.Uses of OperatorOverloader in org.springframework.expression
Methods in org.springframework.expression that return OperatorOverloader Modifier and Type Method Description OperatorOverloaderEvaluationContext. getOperatorOverloader()Return an operator overloader that may support mathematical operations between more than the standard set of types.Uses of OperatorOverloader in org.springframework.expression.spel.support
Classes in org.springframework.expression.spel.support that implement OperatorOverloader Modifier and Type Class Description classStandardOperatorOverloaderStandard implementation ofOperatorOverloader.Methods in org.springframework.expression.spel.support that return OperatorOverloader Modifier and Type Method Description OperatorOverloaderSimpleEvaluationContext. getOperatorOverloader()Return an instance ofStandardOperatorOverloader.OperatorOverloaderStandardEvaluationContext. getOperatorOverloader()Methods in org.springframework.expression.spel.support with parameters of type OperatorOverloader Modifier and Type Method Description voidStandardEvaluationContext. setOperatorOverloader(OperatorOverloader operatorOverloader)