Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter #39471
Labels
status: superseded
An issue that has been superseded by another
When trying to fill an object that implements
Map
but is valued by a single property via a converter, theMapBinder
class does not use aPlaceholderResolver
after retrieving the property value. It can be seen in the methodbindAggregate
.This result in placeholder not being resolved in the property.
The usecase seems strange, but this is the solution I find to allow multiple way of filing a pseudo Map object from either sub properties or a legacy string format.
The text was updated successfully, but these errors were encountered: