Package | Description |
---|---|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.plugins.interceptors.encoding | |
org.jboss.resteasy.plugins.providers.jackson |
Modifier and Type | Method and Description |
---|---|
void |
WriterInterceptor.aroundWriteTo(WriterInterceptorContext context)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWriterInterceptorContext |
class |
ClientWriterInterceptorContext |
class |
ServerWriterInterceptorContext |
Modifier and Type | Method and Description |
---|---|
void |
WriterInterceptorRegistry.WriterInterceptorFacade.aroundWriteTo(WriterInterceptorContext writerInterceptorContext) |
Modifier and Type | Method and Description |
---|---|
void |
ServerContentEncodingAnnotationFilter.aroundWriteTo(WriterInterceptorContext context) |
void |
GZIPEncodingInterceptor.aroundWriteTo(WriterInterceptorContext context) |
void |
ClientContentEncodingAnnotationFilter.aroundWriteTo(WriterInterceptorContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JacksonJsonpInterceptor.aroundWriteTo(WriterInterceptorContext context)
Deprecated.
|
void |
Jackson2JsonpInterceptor.aroundWriteTo(WriterInterceptorContext context)
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.