Skip to content

Conversation

@chapcz
Copy link

@chapcz chapcz commented Nov 21, 2025

Introduces a new module providing Spring Framework converter factories for typed ID classes:

  • NumberToObjectBigIntIdConverterFactory: converts Number to ObjectBigIntId subtypes
  • StringToObjectUuidConverterFactory: converts String to ObjectUuid subtypes

Both converters use MethodHandle-based reflection to invoke private constructors and integrate seamlessly with Spring's ConversionService. Includes comprehensive unit tests covering successful conversions, null handling, and error cases.

🤖 Generated with Claude Code

Introduces a new module providing Spring Framework converter factories
for typed ID classes:
- NumberToObjectBigIntIdConverterFactory: converts Number to ObjectBigIntId subtypes
- StringToObjectUuidConverterFactory: converts String to ObjectUuid subtypes

Both converters use MethodHandle-based reflection to invoke private constructors
and integrate seamlessly with Spring's ConversionService. Includes comprehensive
unit tests covering successful conversions, null handling, and error cases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
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