Class BooleanTypedValue
java.lang.Object
org.springframework.expression.TypedValue
org.springframework.expression.spel.support.BooleanTypedValue
A
TypedValue
for booleans.- Since:
- 3.0
- Author:
- Andy Clement
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BooleanTypedValue
False.static final BooleanTypedValue
True.Fields inherited from class org.springframework.expression.TypedValue
NULL
-
Method Summary
Methods inherited from class org.springframework.expression.TypedValue
equals, getTypeDescriptor, getValue, hashCode, toString
-
Field Details
-
TRUE
True. -
FALSE
False.
-
-
Method Details
-
forValue
-