クラス QuerydslWebConfiguration
java.lang.ObjectSE
org.springframework.data.web.config.QuerydslWebConfiguration
- 実装されているすべてのインターフェース:
WebMvcConfigurer
@Configuration(proxyBeanMethods=false)
public class QuerydslWebConfiguration
extends ObjectSE
implements WebMvcConfigurer
Spring Data の Querydsl 固有の Web 構成。Web リクエストから
Predicate
を構築する HandlerMethodArgumentResolver
を登録します。- 導入:
- 1.11
- 作成者:
- Oliver Gierke, Mark Paluch
コンストラクターの概要
コンストラクターメソッドのサマリー
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.web.servlet.config.annotation.WebMvcConfigurer から継承されたメソッド
addCorsMappings, addErrorResponseInterceptors, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
コンストラクターの詳細
QuerydslWebConfiguration
public QuerydslWebConfiguration()
メソッドの詳細
querydslPredicateArgumentResolver
Spring MVC コントローラーメソッドの QuerydslPredicate
インスタンスを作成するデフォルトのQuerydslPredicateArgumentResolver
。- 戻り値:
querydslBindingsFactory
addArgumentResolvers
- 次で指定:
- インターフェース
WebMvcConfigurer
のaddArgumentResolvers