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 TypeMethodDescriptionOperatorOverloader.operate
(Operation operation, @Nullable Object leftOperand, @Nullable Object rightOperand) Perform the specified operation on the two operands, returning a result.boolean
OperatorOverloader.overridesOperation
(Operation operation, @Nullable Object leftOperand, @Nullable 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
Methods in org.springframework.expression.spel with parameters of type Operation -
Uses of Operation in org.springframework.expression.spel.support
Methods in org.springframework.expression.spel.support with parameters of type Operation