Is it not possible to change the property mapping configuration of child
properties for all elements inside a collection?
I've tried to use the * syntax
$this->arguments['office']->getPropertyMappingConfiguration()->forProperty('openingHours.*.timeSpan.startTime')->setTypeConverterOption(...
but this isn't working.
Martin