Class ClientContentEncodingAnnotationFeature

java.lang.Object
org.jboss.resteasy.plugins.interceptors.ClientContentEncodingAnnotationFeature
All Implemented Interfaces:
jakarta.ws.rs.container.DynamicFeature

@ConstrainedTo(CLIENT) public class ClientContentEncodingAnnotationFeature extends Object implements jakarta.ws.rs.container.DynamicFeature
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Details

    • ClientContentEncodingAnnotationFeature

      public ClientContentEncodingAnnotationFeature()
  • Method Details

    • configure

      public void configure(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext configurable)
      Specified by:
      configure in interface jakarta.ws.rs.container.DynamicFeature
    • getEncoding

      protected String getEncoding(Annotation[] annotations)