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.expression
Methods in org.springframework.expression that return OperationModifier 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.Methods in org.springframework.expression with parameters of type OperationModifier and TypeMethodDescriptionExecute the specified operation on two operands, returning a result.boolean
OperatorOverloader.overridesOperation
(Operation operation, Object leftOperand, Object rightOperand) Return true if the operator overloader supports the specified operation between the two operands and so should be invoked to handle it. -
Uses of Operation in org.springframework.expression.spel
Methods in org.springframework.expression.spel with parameters of type OperationModifier and TypeMethodDescription -
Uses of Operation in org.springframework.expression.spel.support
Methods in org.springframework.expression.spel.support with parameters of type Operation