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
The bundle config currently allows you to specify a custom converter via neusta_converter.converter.<name>.converter: <class-name>, but this only works if it has exactly the same constructor parameters as the GenericConverter, which is not the case with the StrategicConverter.
One solution would be to introduce a new level for the converter type and move the converter-specific configuration below it.
So, instead of neusta_converter.converter.<name>... it would be neusta_converter.converter.<name>.<type>....
The text was updated successfully, but these errors were encountered:
The bundle config currently allows you to specify a custom converter via
neusta_converter.converter.<name>.converter: <class-name>
, but this only works if it has exactly the same constructor parameters as theGenericConverter
, which is not the case with theStrategicConverter
.One solution would be to introduce a new level for the converter type and move the converter-specific configuration below it.
So, instead of
neusta_converter.converter.<name>...
it would beneusta_converter.converter.<name>.<type>...
.The text was updated successfully, but these errors were encountered: