クラス BeanPropertyBindingResult

実装されたすべてのインターフェース:
SerializableSEBindingResultErrors

public class BeanPropertyBindingResult extends AbstractPropertyBindingResult implements SerializableSE
JavaBean オブジェクトのバインディングエラーの登録と評価のための、Errors および BindingResult インターフェースのデフォルト実装。

標準の JavaBean プロパティアクセスを実行し、ネストされたプロパティもサポートします。通常、アプリケーションコードは Errors インターフェースまたは BindingResult インターフェースで動作します。DataBinder は、DataBinder.getBindingResult() を介して BindingResult を返します。

導入:
2.0
作成者:
Juergen Hoeller
関連事項:
  • コンストラクターの詳細

    • BeanPropertyBindingResult

      public BeanPropertyBindingResult(@Nullable ObjectSE target, StringSE objectName)
      指定されたターゲットに対して新しい BeanPropertyBindingResult を作成します。
      パラメーター:
      target - バインドするターゲット Bean
      objectName - ターゲットオブジェクトの名前
    • BeanPropertyBindingResult

      public BeanPropertyBindingResult(@Nullable ObjectSE target, StringSE objectName, boolean autoGrowNestedPaths, int autoGrowCollectionLimit)
      指定されたターゲットに対して新しい BeanPropertyBindingResult を作成します。
      パラメーター:
      target - バインドするターゲット Bean
      objectName - ターゲットオブジェクトの名前
      autoGrowNestedPaths - null 値を含むネストされたパスを「自動拡張」するかどうか
      autoGrowCollectionLimit - 配列およびコレクションの自動拡張の制限
  • メソッドの詳細