@Configuration(proxyBeanMethods=false) @ConditionalOnProperty(value="feign.compression.response.enabled") @ConditionalOnMissingBean(type="okhttp3.OkHttpClient") @AutoConfigureAfter(value=FeignAutoConfiguration.class) public class DefaultGzipDecoderConfiguration extends Object
| Constructor and Description |
|---|
DefaultGzipDecoderConfiguration(org.springframework.beans.factory.ObjectFactory<org.springframework.boot.autoconfigure.http.HttpMessageConverters> messageConverters) |
| Modifier and Type | Method and Description |
|---|---|
feign.codec.Decoder |
defaultGzipDecoder() |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.