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 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 interface javax.ws.rs.container.DynamicFeature
    • getEncoding

      protected String getEncoding(Annotation[] annotations)