javaee / jersey

This is no longer the active Jersey repository. Please see the README.md

Home Page:http://jersey.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for a way of registering objects for @Context on the requests?

trajano opened this issue · comments

I found a way of doing this but it was a round about way https://stackoverflow.com/questions/46366643/how-to-embed-request-level-objects-to-context/46371942#46371942

what I was looking for is perhaps a register on the ContainerRequest level that would be called before finalizing all the bindings.