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
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Currently ObjectWithFieldsConverter always relies on a either a registered ConfigurationConverter (Plexus API) to set a field value directly or it alternatively creates a new object of the requested type (default constructor leveraged) and tries to set its value via reflection (set or add method).
It should also support a constructor taking a single String argument for performing the conversion.
The text was updated successfully, but these errors were encountered:
Currently
ObjectWithFieldsConverter
always relies on a either a registeredConfigurationConverter
(Plexus API) to set a field value directly or it alternatively creates a new object of the requested type (default constructor leveraged) and tries to set its value via reflection (set or add method).It should also support a constructor taking a single String argument for performing the conversion.
The text was updated successfully, but these errors were encountered: