@Configuration
@ConditionalOnWebApplication
@ConditionalOnClass(value={org.springframework.data.web.PageableHandlerMethodArgumentResolver.class,org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter.class})
public class SpringDataWebAutoConfigurationBefore
extends Object
config.SpringDataWebConfiguration| Constructor and Description |
|---|
SpringDataWebAutoConfigurationBefore() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.repository.support.DomainClassConverter<org.springframework.format.support.FormattingConversionService> |
domainClassConverter(org.springframework.format.support.FormattingConversionService formattingConversionService,
org.springframework.context.ApplicationContext applicationContext) |
PageableHandlerMethodArgumentResolver |
pageableResolver() |
SortHandlerMethodArgumentResolver |
sortResolver() |
public SpringDataWebAutoConfigurationBefore()
@Bean @Primary public PageableHandlerMethodArgumentResolver pageableResolver()
@Bean @Primary public SortHandlerMethodArgumentResolver sortResolver()
@Bean
public org.springframework.data.repository.support.DomainClassConverter<org.springframework.format.support.FormattingConversionService> domainClassConverter(org.springframework.format.support.FormattingConversionService formattingConversionService,
org.springframework.context.ApplicationContext applicationContext)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.