Uses of Class
org.springframework.expression.spel.support.BooleanTypedValue
Packages that use BooleanTypedValue
Package
Description
SpEL's abstract syntax tree.
SpEL's default implementations for various core abstractions.
-
Uses of BooleanTypedValue in org.springframework.expression.spel.ast
Methods in org.springframework.expression.spel.ast that return BooleanTypedValueModifier and TypeMethodDescriptionBooleanLiteral.getLiteralValue()OpEQ.getValueInternal(ExpressionState state) OperatorBetween.getValueInternal(ExpressionState state) Returns a boolean based on whether a value is in the range expressed.OperatorInstanceof.getValueInternal(ExpressionState state) Compare the left operand to see it is an instance of the type specified as the right operand.OperatorMatches.getValueInternal(ExpressionState state) Check the first operand matches the regex specified as the second operand.OperatorNot.getValueInternal(ExpressionState state) OpGE.getValueInternal(ExpressionState state) OpGT.getValueInternal(ExpressionState state) OpLE.getValueInternal(ExpressionState state) OpLT.getValueInternal(ExpressionState state) OpNE.getValueInternal(ExpressionState state) OpOr.getValueInternal(ExpressionState state) -
Uses of BooleanTypedValue in org.springframework.expression.spel.support
Fields in org.springframework.expression.spel.support declared as BooleanTypedValueModifier and TypeFieldDescriptionstatic final BooleanTypedValueBooleanTypedValue.FALSEFalse.static final BooleanTypedValueBooleanTypedValue.TRUETrue.Methods in org.springframework.expression.spel.support that return BooleanTypedValue