-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 230 data class with multiple constructors can select appropriat…
…e constructor to load (#231) * Issue 230 data class with multiple constructors only attempts to load class from first constructor. This fix changes DataClassDecoder to loop over all available constructors in an attempt to load class from a MapNode set of params. * Issue 230 fix WithoutDefaultsRegistryTest auto inject env var on "PATH" when env var is "Path"
- Loading branch information
1 parent
b507e07
commit 4e9f584
Showing
3 changed files
with
125 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters