Skip to content

Conversation

@rvesse
Copy link
Owner

@rvesse rvesse commented Oct 16, 2025

Updates DefaultTypeConverter to support parsing into types where the relevant methods/constructors we use by default take a CharSequence rather than a String

This fixes #156

Adds support to the DefaultTypeConverter so that when converting it
considers methods and constructors that take either a String, or a
CharSequence, for users who want to write more modern/String independent
code.
@rvesse rvesse self-assigned this Oct 16, 2025
@rvesse rvesse added enhancement Proposed Enhancement/Feature documentation Documentation Changes labels Oct 16, 2025
@rvesse rvesse merged commit 0f59f42 into main Oct 16, 2025
3 checks passed
@rvesse rvesse deleted the parse-from-charsequence branch October 16, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation Changes enhancement Proposed Enhancement/Feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Does not recognize fromString(CharSequence), only fromString(String)

2 participants