Class | Description |
---|---|
Jackson2JsonpInterceptor |
JSONP is an alternative to normal AJAX requests.
|
Jackson2JsonpInterceptor.DoNotCloseDelegateOutputStream |
This subclass of
CommitHeaderOutputStream overrides the Jackson2JsonpInterceptor.DoNotCloseDelegateOutputStream.close() method so it would commit
the headers only, without actually calling the Jackson2JsonpInterceptor.DoNotCloseDelegateOutputStream.close() method of the delegate OutputStream |
ResteasyJackson2Provider |
Only different from Jackson one is *+json in @Produces/@Consumes
|
ResteasyJackson2Provider.ClassAnnotationKey | |
UnrecognizedPropertyExceptionHandler |
(RESTEASY-1485) Address concerns of a possible XSS attack by removing some
details of the exception.
|