Generate TypeConverter classes via Gizmo
- Dominant language
- Java
- Stars
- 302
- Forks
- 232
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 114
Description
https://github.com/apache/camel-quarkus/pull/2560 brought some runtime converter detection and tests. We could further improve that by generating the TypeConverter classes at runtime via Gizmo (instead of using StaticMethodTypeConverter and InstanceMethodTypeConverter).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading pull request #2560 and the current StaticMethodTypeConverter and InstanceMethodTypeConverter implementations mentioned in the issue. Trace the runtime converter detection and its tests, then determine the design needed for generating equivalent TypeConverter classes with Gizmo. Done means the generated classes replace the current converter approach and the related tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100