Closed
Description
Stéphane Nicoll opened SPR-14243 and commented
http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/expressions.html#expressions-operators has the following expression
boolean falseValue = parser.parseExpression(
"'xyz' instanceof T(int)").getValue(Boolean.class);
It does not seem to work, maybe Integer
should have been used?
Issue Links:
- SpEL Compiler: problems using primitives with instanceof operator [SPR-14250] #18823 SpEL Compiler: problems using primitives with instanceof operator