@Configuration
@ConditionalOnWebApplication
protected static class RestMvcConfiguration.EnableWebMvcConfiguration
extends org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.springframework.context.ApplicationEventPublisher |
publisher |
| 限定符 | 构造器和说明 |
|---|---|
protected |
EnableWebMvcConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addArgumentResolvers(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers) |
protected void |
configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer) |
protected void |
configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer) |
protected void |
configureMessageConverters(java.util.List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
protected org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping |
createRequestMappingHandlerMapping() |
protected org.springframework.validation.Validator |
getValidator() |
org.springframework.data.querydsl.binding.QuerydslBindingsFactory |
querydslBindingsFactory() |
FixQuerydslPredicateBuilder |
querydslPredicateBuilder() |
RootResourceInformationHandlerMethodArgumentResolver |
repoRequestArgumentResolver() |
org.springframework.data.repository.support.Repositories |
repositories() |
org.springframework.data.repository.support.RepositoryInvokerFactory |
repositoryInvokerFactory() |
RepositoryResourceMappings |
repositoryResourceMappings() |
RepositoryResourceMetadataHandlerMethodArgumentResolver |
repositoryResourceMetadataHandlerMethodArgumentResolver() |
RequestJsonViewResponseBodyAdvice |
requestJsonViewResponseBodyAdvice() |
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter |
requestMappingHandlerAdapter() |
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping |
requestMappingHandlerMapping() |
addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureHandlerExceptionResolvers, configurePathMatch, configureViewResolvers, extendMessageConverters, getMessageCodesResolver, setConfigurersaddDefaultHandlerExceptionResolvers, addDefaultHttpMessageConverters, beanNameHandlerMapping, defaultServletHandlerMapping, getApplicationContext, getConfigurableWebBindingInitializer, getCorsConfigurations, getDefaultMediaTypes, getInterceptors, getMessageConverters, getPathMatchConfigurer, getServletContext, handlerExceptionResolver, httpRequestHandlerAdapter, mvcContentNegotiationManager, mvcConversionService, mvcPathMatcher, mvcResourceUrlProvider, mvcUriComponentsContributor, mvcUrlPathHelper, mvcValidator, mvcViewResolver, resourceHandlerMapping, setApplicationContext, setServletContext, simpleControllerHandlerAdapter, viewControllerHandlerMapping@Autowired protected org.springframework.context.ApplicationEventPublisher publisher
@Bean public org.springframework.data.repository.support.Repositories repositories()
@Bean public org.springframework.data.repository.support.RepositoryInvokerFactory repositoryInvokerFactory()
@Lazy @Bean public org.springframework.data.querydsl.binding.QuerydslBindingsFactory querydslBindingsFactory()
@Lazy @Bean public FixQuerydslPredicateBuilder querydslPredicateBuilder()
@Bean public RepositoryResourceMetadataHandlerMethodArgumentResolver repositoryResourceMetadataHandlerMethodArgumentResolver()
@Bean public RootResourceInformationHandlerMethodArgumentResolver repoRequestArgumentResolver()
protected void addArgumentResolvers(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
addArgumentResolvers 在类中 org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfigurationprotected org.springframework.validation.Validator getValidator()
getValidator 在类中 org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfigurationprotected void configureMessageConverters(java.util.List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
configureMessageConverters 在类中 org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration@Bean public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter requestMappingHandlerAdapter()
requestMappingHandlerAdapter 在类中 org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport@Bean @ConditionalOnBean(value=SerializationViewMappings.class) public RequestJsonViewResponseBodyAdvice requestJsonViewResponseBodyAdvice()
protected void configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer)
configureDefaultServletHandling 在类中 org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfigurationprotected void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer)
configureContentNegotiation 在类中 org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration@Bean public RepositoryResourceMappings repositoryResourceMappings()
protected org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping createRequestMappingHandlerMapping()
createRequestMappingHandlerMapping 在类中 org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupportpublic org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping requestMappingHandlerMapping()
requestMappingHandlerMapping 在类中 org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport