You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement fromIterable() for bidirectional object-array mapping.
Support private constructors via reflection-based instantiation.
Automatic type casting with extensible CasterHandler architecture.
Recursive mapping for nested objects and collections.
Extracted MappabilityBehavior trait to eliminate code duplication between ObjectMappability and IterableMappability toJson() and toArray() implementations now shared via composition.
Improved architecture, enhanced caster layer with instanceof guards to prevent unnecessary object reconstruction, centralized reflection logic, and eliminated code duplication across mapping strategies.