You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow SpEL MapAccessor to return null for nonexistent keys in its canRead() and read() methods.
My usage scenario:
A long text, such as an HTML template or email template, contains variables and expressions. Use a map to provide variable values, replace and evaluate expressions with SpEL, but some variables may not be in the map.