spring-framework/spring-expression
Sam Brannen f941754db6 Introduce isNullSafe() in SpelNodeImpl
Prior to this commit, MethodReference and PropertyOrFieldReference
already defined local isNullSafe() methods, but we need identical
methods in Selection, Projection, and Indexer, and we may potentially
need null-safe support for additional operators in the future.

To address the common need for an is-null-safe check, this commit
introduces an isNullSafe() method in SpelNodeImpl with a default
implementation that returns false.

Closes gh-32516
2024-03-22 16:37:08 +01:00
..
src Introduce isNullSafe() in SpelNodeImpl 2024-03-22 16:37:08 +01:00
spring-expression.gradle Support Kotlin value class properties in SpEL 2023-08-11 16:54:34 +02:00