Class ClientContentEncodingAnnotationFeature
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.interceptors.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 $
 - Author:
 - Bill Burke
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ClientContentEncodingAnnotationFeature() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext configurable)protected StringgetEncoding(Annotation[] annotations) 
 - 
 
- 
- 
Method Detail
- 
configure
public void configure(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext configurable)- Specified by:
 configurein interfacejavax.ws.rs.container.DynamicFeature
 
- 
getEncoding
protected String getEncoding(Annotation[] annotations)
 
 - 
 
 -