@Priority(value=4100) public class JsonWithPaddingInterceptor extends Object implements jakarta.ws.rs.ext.WriterInterceptor
WriterInterceptor implementation for JSONP format. This interceptor wraps a JSON stream obtained by a underlying
JSON provider into a callback function that can be defined by the JSONP annotation.JSONP| Constructor and Description |
|---|
JsonWithPaddingInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context) |
public void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context)
throws IOException,
jakarta.ws.rs.WebApplicationException
aroundWriteTo in interface jakarta.ws.rs.ext.WriterInterceptorIOExceptionjakarta.ws.rs.WebApplicationExceptionCopyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.