クラス InitBinderDataBinderFactory

java.lang.ObjectSE
org.springframework.web.bind.support.DefaultDataBinderFactory
org.springframework.web.method.annotation.InitBinderDataBinderFactory
実装されたすべてのインターフェース:
WebDataBinderFactory
既知の直属サブクラス
ServletRequestDataBinderFactory

public class InitBinderDataBinderFactory extends DefaultDataBinderFactory
@InitBinder メソッドを介して WebDataBinder に初期化を追加します。
導入:
3.1
作成者:
Rossen Stoyanchev
  • コンストラクターの詳細

    • InitBinderDataBinderFactory

      public InitBinderDataBinderFactory(@Nullable ListSE<InvocableHandlerMethod> binderMethods, @Nullable WebBindingInitializer initializer)
      新しい InitBinderDataBinderFactory インスタンスを作成します。
      パラメーター:
      binderMethods - @InitBinder メソッド
      initializer - グローバルデータバインダーの初期化用
  • メソッドの詳細