Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to integrate with JAX-RS #50

Open
pablo-moreira opened this issue Sep 1, 2017 · 1 comment
Open

How to integrate with JAX-RS #50

pablo-moreira opened this issue Sep 1, 2017 · 1 comment

Comments

@pablo-moreira
Copy link

Hello!
Congratulations on the project.

Is there any way to perform JAX-RS integration.

@monitorjbl
Copy link
Owner

Right now there is no first-class support for JAX-RS the way there is for Spring. The reason for that is JAX-RS is a spec, not a framework. An integration could be written for implementations like Jersey, it just hasn't been yet.

You could use library as-is if you can add the module to the underlying Jackson ObjectMapper. You will have to return JsonView instances from your endpoints though.

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

No branches or pull requests

2 participants