public class BindingAwareConcurrentModel extends ConcurrentModel
Map
操作によって置き換えられたときに BindingResult
オブジェクトを自動的に削除する ConcurrentModel
のサブクラス。 これは、Spring WebFlux によってハンドラーメソッドに公開されるクラスであり、通常はパラメーター型として Model
インターフェースの宣言を通じて使用されます。通常、ユーザーコード内で作成する必要はありません。必要に応じて、ハンドラーメソッドは、事前に決定されたモデルに対して、通常の java.util.Map
、おそらく java.util.ConcurrentMap
を返すことができます。
BindingResult
, 連載形式 java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>
コンストラクターと説明 |
---|
BindingAwareConcurrentModel() |
修飾子と型 | メソッドと説明 |
---|---|
java.lang.Object | put(java.lang.String key, java.lang.Object value) |
addAllAttributes, addAllAttributes, addAttribute, addAttribute, asMap, containsAttribute, mergeAttributes, putAll
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
public java.lang.Object put(java.lang.String key, java.lang.Object value)
java.util.Map<java.lang.String,java.lang.Object>
の put
ConcurrentModel
の put