Extend list of supported types in ObjectUtils.nullSafeConciseToString()
#30805
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Overview
Due to recent feedback from the community, we have reviewed the list of types explicitly supported by
ObjectUtils.nullSafeConciseToString()
and decided to expand the list to effectively match the types for which we have property editors inorg.springframework.beans.propertyeditors
.Related Issues
ObjectUtils.nullSafeConciseToString()
#30286toString()
inFieldError
#30799Deliverables
Provide explicit support for the following types in
ObjectUtils.nullSafeConciseToString()
(and inClassUtils.isSimpleValueType(Object)
for 6.1).Optional
File
Path
InetAddress
Charset
Currency
TimeZone
ZoneId
Pattern
The text was updated successfully, but these errors were encountered: