Class EncodingFeature

    • Constructor Detail

      • EncodingFeature

        public EncodingFeature​(Class<?>... encodingProviders)
        Create a new instance of the feature.
        Parameters:
        encodingProviders - Encoding providers to be registered in the client configuration.
      • EncodingFeature

        public EncodingFeature​(String useEncoding,
                               Class<?>... encoders)
        Create a new instance of the feature specifying the default value for the ClientProperties.USE_ENCODING property. Unless the value is set in the client configuration properties at the time when this feature gets enabled, the provided value will be used.
        Parameters:
        useEncoding - Default value of ClientProperties.USE_ENCODING property.
        encoders - Encoders to be registered in the client configuration.