クラス WebOperationRequestPredicate
java.lang.ObjectSE
org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Web エンドポイントでの操作に対するリクエストの述語。
- 導入:
- 2.0.0
- 作成者:
- Andy Wilkinson
コンストラクターの概要
コンストラクターコンストラクター説明WebOperationRequestPredicate(StringSE path, WebEndpointHttpMethod httpMethod, CollectionSE<StringSE> consumes, CollectionSE<StringSE> produces) 新しいOperationRequestPredicateを作成します。メソッドのサマリー
コンストラクターの詳細
WebOperationRequestPredicate
public WebOperationRequestPredicate(StringSE path, WebEndpointHttpMethod httpMethod, CollectionSE<StringSE> consumes, CollectionSE<StringSE> produces) 新しいOperationRequestPredicateを作成します。- パラメーター:
path- 操作のパスhttpMethod- 操作がサポートする HTTP メソッドconsumes- 操作が消費するメディア型produces- 操作が生成するメディア型
メソッドの詳細
getPath
getMatchAllRemainingPathSegmentsVariable
残りのすべてのパスセグメントまたはnullをキャッチするために使用される変数の名前を返します。- 戻り値:
- 変数名
- 導入:
- 2.2.0
getHttpMethod
getConsumes
getProduces
equals
hashCode
toString