クラス HttpServiceClientProperties
java.lang.ObjectSE
java.util.AbstractMapSE<StringSE, HttpClientProperties>
java.util.HashMapSE<StringSE, HttpClientProperties>
java.util.LinkedHashMapSE<StringSE, HttpClientProperties>
org.springframework.boot.http.client.autoconfigure.service.HttpServiceClientProperties
- 実装されているすべてのインターフェース:
SerializableSE, CloneableSE, MapSE<StringSE, HttpClientProperties>, SequencedMapSE<StringSE, HttpClientProperties>
@ConfigurationProperties("spring.http.serviceclient")
public class HttpServiceClientProperties
extends LinkedHashMapSE<StringSE, HttpClientProperties>
HTTP サービスクライアントのプロパティ。
- 導入:
- 4.0.0
- 作成者:
- Olga Maciaszek-Sharma, Rossen Stoyanchev, Phillip Webb
- 関連事項:
ネストされたクラスの要約
クラス AbstractMapSE から継承されたネストクラス / インターフェース
AbstractMap.SimpleEntrySE<K,V>, AbstractMap.SimpleImmutableEntrySE<K, V> コンストラクターの概要
コンストラクターメソッドのサマリー
クラス LinkedHashMapSE から継承されたメソッド
clear, containsValueSE, entrySet, forEachSE, getSE, getOrDefaultSE, keySet, newLinkedHashMapSE, putFirstSE, putLastSE, removeEldestEntrySE, replaceAllSE, reversed, sequencedEntrySet, sequencedKeySet, sequencedValues, valuesクラス HashMapSE から継承されたメソッド
clone, computeSE, computeIfAbsentSE, computeIfPresentSE, containsKeySE, isEmpty, mergeSE, newHashMapSE, putSE, putAllSE, putIfAbsentSE, removeSE, removeSE, replaceSE, replaceSE, sizeクラス AbstractMapSE から継承されたメソッド
equalsSE, hashCode, toStringインターフェース MapSE から継承されたメソッド
computeSE, computeIfAbsentSE, computeIfPresentSE, containsKeySE, equalsSE, hashCode, isEmpty, mergeSE, putSE, putAllSE, putIfAbsentSE, removeSE, removeSE, replaceSE, replaceSE, sizeインターフェース SequencedMapSE から継承されたメソッド
firstEntry, lastEntry, pollFirstEntry, pollLastEntry
コンストラクターの詳細
HttpServiceClientProperties
public HttpServiceClientProperties()