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