Class ClientContentEncodingAnnotationFeature
java.lang.Object
org.jboss.resteasy.plugins.interceptors.encoding.ClientContentEncodingAnnotationFeature
- All Implemented Interfaces:
javax.ws.rs.container.DynamicFeature
@ConstrainedTo(CLIENT)
public class ClientContentEncodingAnnotationFeature
extends Object
implements javax.ws.rs.container.DynamicFeature
- Version:
- $Revision: 1 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext configurable) protected String
getEncoding
(Annotation[] annotations)
-
Constructor Details
-
ClientContentEncodingAnnotationFeature
public ClientContentEncodingAnnotationFeature()
-
-
Method Details
-
configure
public void configure(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext configurable) - Specified by:
configure
in interfacejavax.ws.rs.container.DynamicFeature
-
getEncoding
-