クラス BindingAwareConcurrentModel
java.lang.ObjectSE
java.util.AbstractMapSE<StringSE,ObjectSE>
java.util.concurrent.ConcurrentHashMapSE<StringSE,ObjectSE>
org.springframework.ui.ConcurrentModel
org.springframework.validation.support.BindingAwareConcurrentModel
- 実装済みのインターフェース一覧:
SerializableSE, ConcurrentMapSE<StringSE,ObjectSE>, MapSE<StringSE, ObjectSE>, Model
対応するターゲット属性が通常の
MapSE 操作によって置き換えられたときに BindingResult オブジェクトを自動的に削除する ConcurrentModel のサブクラス。 これは、Spring WebFlux によってハンドラーメソッドに公開されるクラスであり、通常はパラメーター型として Model インターフェースの宣言を通じて使用されます。通常、ユーザーコード内で作成する必要はありません。必要に応じて、ハンドラーメソッドは、事前に決定されたモデルに対して、通常の java.util.Map、おそらく java.util.ConcurrentMap を返すことができます。
- 導入:
- 5.0
- 作成者:
- Rossen Stoyanchev
- 関連事項:
ネストされたクラスの概要
クラス ConcurrentHashMapSE から継承されたネストクラス / インターフェース
ConcurrentHashMap.KeySetViewSE<K,V> クラス AbstractMapSE から継承されたネストクラス / インターフェース
AbstractMap.SimpleEntrySE<K,V>, AbstractMap.SimpleImmutableEntrySE<K, V> インターフェース MapSE から継承されたネストクラス / インターフェース
Map.EntrySE<K,V> コンストラクター概要
コンストラクター方法の概要
クラス ConcurrentModel から継承されたメソッド
addAllAttributes, addAllAttributes, addAttribute, addAttribute, asMap, containsAttribute, getAttribute, mergeAttributes, putAllクラス ConcurrentHashMapSE から継承されたメソッド
clear, computeSE, computeIfAbsentSE, computeIfPresentSE, containsSE, containsKeySE, containsValueSE, elements, entrySet, equalsSE, forEachSE, forEachSE, forEachSE, forEachEntrySE, forEachEntrySE, forEachKeySE, forEachKeySE, forEachValueSE, forEachValueSE, getSE, getOrDefaultSE, hashCode, isEmpty, keys, keySet, keySetSE, mappingCount, mergeSE, newKeySet, newKeySetSE, putIfAbsentSE, reduceSE, reduceEntriesSE, reduceEntriesSE, reduceEntriesToDoubleSE, reduceEntriesToIntSE, reduceEntriesToLongSE, reduceKeysSE, reduceKeysSE, reduceKeysToDoubleSE, reduceKeysToIntSE, reduceKeysToLongSE, reduceToDoubleSE, reduceToIntSE, reduceToLongSE, reduceValuesSE, reduceValuesSE, reduceValuesToDoubleSE, reduceValuesToIntSE, reduceValuesToLongSE, removeSE, removeSE, replaceSE, replaceSE, replaceAllSE, searchSE, searchEntriesSE, searchKeysSE, searchValuesSE, size, toString, valuesクラス AbstractMapSE から継承されたメソッド
clone
コンストラクターの詳細
BindingAwareConcurrentModel
public BindingAwareConcurrentModel()
メソッドの詳細
put