Package | Description |
---|---|
org.springframework.boot.autoconfigure.http |
Auto-configuration for HTTP concerns.
|
org.springframework.boot.autoconfigure.web.client |
Auto-configuration for web clients.
|
org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
HttpMessageConverters |
HttpMessageConvertersAutoConfiguration.messageConverters() |
Constructor and Description |
---|
RestTemplateAutoConfiguration(org.springframework.beans.factory.ObjectProvider<HttpMessageConverters> messageConverters,
org.springframework.beans.factory.ObjectProvider<RestTemplateCustomizer> restTemplateCustomizers) |
Constructor and Description |
---|
WebMvcAutoConfigurationAdapter(ResourceProperties resourceProperties,
WebMvcProperties mvcProperties,
org.springframework.beans.factory.ListableBeanFactory beanFactory,
org.springframework.beans.factory.ObjectProvider<HttpMessageConverters> messageConvertersProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.