MetadataBuilderContributor should be applied before MetadataBuildingProcess.prepare
Description
If we have an AttributeConverter:
And we try to configure it via the MetadataBuilderContributor:
The converter will not be considered because the MetadataBuildingProcess.prepare already collects all the provided AttributeConverter instances prior to registering them via the MetadataBuilderContributor.
If we have an
AttributeConverter
:And we try to configure it via the
MetadataBuilderContributor
:The converter will not be considered because the
MetadataBuildingProcess.prepare
already collects all the providedAttributeConverter
instances prior to registering them via theMetadataBuilderContributor
.