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
might make sense. It would basically allow binding only a subset of incoming document into parameter, skipping other payload efficiently (although caller will still send it).
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
Add support for 'read at' via new annotation, JSON Pointer expression
(2.7) Add support for 'read at' via new annotation, JSON Pointer expression
Aug 10, 2015
cowtowncoder
changed the title
(2.7) Add support for 'read at' via new annotation, JSON Pointer expression
(2.8) Add support for 'read at' via new annotation, JSON Pointer expression
Jun 2, 2016
cowtowncoder
changed the title
(2.8) Add support for 'read at' via new annotation, JSON Pointer expression
(2.9) Add support for 'read at' via new annotation, JSON Pointer expression
Oct 25, 2016
cowtowncoder
changed the title
(2.9) Add support for 'read at' via new annotation, JSON Pointer expression
Add support for 'read at' via new annotation, JSON Pointer expression
Jul 28, 2017
Once databind adds support for reading a sub-tree:
FasterXML/jackson-databind#820
it would make sense to expose this from JAX-RS endpoint as well. A new annotation, something like:
might make sense. It would basically allow binding only a subset of incoming document into parameter, skipping other payload efficiently (although caller will still send it).
The text was updated successfully, but these errors were encountered: