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
Method org.springframework.expression.common.CompositeStringExpression.getValue(...) simply calls ObjectUtils.getDisplayString for creating the resulting string.
Since Spring provides a ConversionService, a proper toString TypeConverter should be used instead.
(if canConvert returns true, otherwise use getDisplayString)