Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

ObjectWithFieldsConverter should support converting with classes having a single String argument constructor #43

Closed
kwin opened this issue Jul 31, 2023 · 0 comments
Assignees

Comments

@kwin
Copy link
Contributor

kwin commented Jul 31, 2023

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant