Skip to content

Conversation

cowtowncoder
Copy link
Member

@cowtowncoder cowtowncoder commented Sep 10, 2025

Fixes #5318 (and #5246): allow properties-based Constructor auto-detection with 0-params Constructor.

@cowtowncoder cowtowncoder changed the title Fix #5246 Fix #5246: allow properties-based Constructor auto-detection with 0-params Constructor Sep 11, 2025
@cowtowncoder cowtowncoder changed the title Fix #5246: allow properties-based Constructor auto-detection with 0-params Constructor Fix #5318: allow properties-based Constructor auto-detection with 0-params Constructor Sep 19, 2025
* @return True if implicit constructor detection should be enabled; false if not
*/
public boolean shouldIntrospectorImplicitConstructors(Class<?> rawType) {
public boolean shouldIntrospectImplicitConstructors(Class<?> rawType) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix a typo (3.0 API change).

@cowtowncoder cowtowncoder marked this pull request as ready for review September 19, 2025 23:25
@cowtowncoder cowtowncoder merged commit 2705049 into 3.x Sep 19, 2025
6 checks passed
@cowtowncoder cowtowncoder deleted the tatu/3.0/5246-jsoncreator-no-params branch September 19, 2025 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant