Package org.saidone.config
Class FeignConfig
java.lang.Object
org.saidone.config.FeignConfig
Customizes Feign HTTP message converters used by the Alfresco client.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.http.HttpMessageConverters
Provides the HTTP message converters used by Feign clients.
-
Constructor Details
-
FeignConfig
public FeignConfig()
-
-
Method Details
-
messageConverters
@Bean public org.springframework.boot.autoconfigure.http.HttpMessageConverters messageConverters()Provides the HTTP message converters used by Feign clients.- Returns:
- converters configured with Jackson support
-