Uses of Enum Class
org.springframework.expression.Operation
Packages that use Operation
Package
Description
Core abstractions behind the Spring Expression Language.
SpEL's central implementation package.
SpEL's default implementations for various core abstractions.
- 
Uses of Operation in org.springframework.expressionMethods in org.springframework.expression that return OperationModifier and TypeMethodDescriptionstatic OperationReturns the enum constant of this class with the specified name.static Operation[]Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.expression with parameters of type OperationModifier and TypeMethodDescriptionPerform the specified operation on the two operands, returning a result.booleanOperatorOverloader.overridesOperation(Operation operation, Object leftOperand, Object rightOperand) Returntrueif this operator overloader supports the specified operation on the two operands and should be invoked to handle it.
- 
Uses of Operation in org.springframework.expression.spelMethods in org.springframework.expression.spel with parameters of type OperationModifier and TypeMethodDescription
- 
Uses of Operation in org.springframework.expression.spel.supportMethods in org.springframework.expression.spel.support with parameters of type Operation