public class PatchingInterceptor extends Object implements jakarta.ws.rs.ext.ReaderInterceptor
| Constructor and Description |
|---|
PatchingInterceptor(jakarta.ws.rs.core.UriInfo uriInfo,
org.glassfish.jersey.message.MessageBodyWorkers workers)
PatchingInterceptor injection constructor. |
| Modifier and Type | Method and Description |
|---|---|
Object |
aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext) |
public PatchingInterceptor(@Context
jakarta.ws.rs.core.UriInfo uriInfo,
@Context
org.glassfish.jersey.message.MessageBodyWorkers workers)
PatchingInterceptor injection constructor.uriInfo - jakarta.ws.rs.core.UriInfo proxy instance.workers - MessageBodyWorkers message body workers.public Object aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext) throws IOException, jakarta.ws.rs.WebApplicationException
aroundReadFrom in interface jakarta.ws.rs.ext.ReaderInterceptorIOExceptionjakarta.ws.rs.WebApplicationExceptionCopyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.