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
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
The RAML generator currently does not handle serialization through Jackson serializers cleanly. The original design concept was that API objects should most closely represent the input/output of the service, but this is fundamentally ignoring some of the power of Jackson for reusable serializers.
Investigate and implement a better way to specify rather than derive property types where applicable.