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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext configurable) protected String
getEncoding
(Annotation[] annotations)
-
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 interfacejakarta.ws.rs.container.DynamicFeature
-
getEncoding
-