Uses of Enum Class
org.springframework.expression.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.expression
Modifier and TypeMethodDescriptionstatic Operation
Returns 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.Modifier and TypeMethodDescriptionPerform the specified operation on the two operands, returning a result.boolean
OperatorOverloader.overridesOperation
(Operation operation, Object leftOperand, Object rightOperand) Returntrue
if 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.spel
Modifier and TypeMethodDescription -
Uses of Operation in org.springframework.expression.spel.support