クラスの使用
org.springframework.boot.actuate.endpoint.EndpointId
EndpointId を使用するパッケージ
パッケージ
説明
アクチュエーターエンドポイント自動構成のコアクラス。
アクチュエーターエンドポイントの自動構成条件。
自動構成と条件に使用されるエンドポイント公開ロジック。
エンドポイントのサポート。
アクチュエーターエンドポイントのアノテーションサポート。
操作メソッドの呼び出しに関連するインターフェースとクラス。
アクチュエーターエンドポイントのキャッシュサポート。
アクチュエーター JMX エンドポイントのアノテーションサポート。
アクチュエーターエンドポイントの Web サポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
アクチュエーターヘルスインジケータとエンドポイント。
org.springframework.boot.actuate.autoconfigure.endpoint 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.autoconfigure.endpoint のメソッド修飾子と型メソッド説明PropertiesEndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) org.springframework.boot.actuate.autoconfigure.endpoint.condition 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.autoconfigure.endpoint.condition のメソッド修飾子と型メソッド説明@Nullable ConditionOutcome
EndpointExposureOutcomeContributor.getExposureOutcome
(EndpointId endpointId, SetSE<EndpointExposure> exposures, ConditionMessage.Builder message) 指定されたエンドポイントが指定された公開テクノロジのセットに対して公開されているかどうかを返します。org.springframework.boot.actuate.autoconfigure.endpoint.expose 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.autoconfigure.endpoint.expose のメソッド修飾子と型メソッド説明final boolean
IncludeExcludeEndpointFilter.match
(EndpointId endpointId) フィルターが一致する場合、true
を返します。org.springframework.boot.actuate.endpoint 内の EndpointId 使用
修飾子と型メソッド説明static EndpointId
EndpointId.fromPropertyValue
(StringSE value) プロパティ値から新しいEndpointId
を作成するファクトリメソッド。AbstractExposableEndpoint.getEndpointId()
ExposableEndpoint.getEndpointId()
エンドポイント ID を返します。static EndpointId
指定された値の新しいEndpointId
を作成するファクトリメソッド。static EndpointId
EndpointId.of
(Environment environment, StringSE value) 指定された値の新しいEndpointId
を作成するファクトリメソッド。型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint のメソッド修飾子と型メソッド説明EndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) 指定されたendpointId
およびdefaultAccess
を使用して、エンドポイントの許可されたアクセスレベルを解決します。boolean
OperationFilter.match
(O operation, EndpointId endpointId, Access defaultAccess) フィルターが一致する場合、true
を返します。型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint のコンストラクター修飾子コンストラクター説明AbstractExposableEndpoint
(EndpointId id, Access defaultAccess, CollectionSE<? extends O> operations) 新しいAbstractExposableEndpoint
インスタンスを作成します。org.springframework.boot.actuate.endpoint.annotation 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint.annotation のメソッド修飾子と型メソッド説明protected abstract E
EndpointDiscoverer.createEndpoint
(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<O> operations) endpoint
を作成するために呼び出されるファクトリメソッド。protected abstract O
EndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) endpoint operation
を作成するファクトリメソッド。型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint.annotation のコンストラクター修飾子コンストラクター説明AbstractDiscoveredEndpoint
(EndpointDiscoverer<?, ?> discoverer, ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<? extends O> operations) 新しいAbstractDiscoveredEndpoint
インスタンスを作成します。org.springframework.boot.actuate.endpoint.invoke 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint.invoke のメソッド修飾子と型メソッド説明OperationInvokerAdvisor.apply
(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) 指定された呼び出し元に追加機能を適用します。org.springframework.boot.actuate.endpoint.invoker.cache 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint.invoker.cache のメソッド修飾子と型メソッド説明CachingOperationInvokerAdvisor.apply
(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) 型の型引数を持つ org.springframework.boot.actuate.endpoint.invoker.cache のコンストラクターパラメーター EndpointId修飾子コンストラクター説明CachingOperationInvokerAdvisor
(FunctionSE<EndpointId, @Nullable LongSE> endpointIdTimeToLive) org.springframework.boot.actuate.endpoint.jmx.annotation 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint.jmx.annotation のメソッド修飾子と型メソッド説明protected ExposableJmxEndpoint
JmxEndpointDiscoverer.createEndpoint
(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<JmxOperation> operations) protected JmxOperation
JmxEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) org.springframework.boot.actuate.endpoint.web 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint.web のメソッド修飾子と型メソッド説明AdditionalPathsMapper.getAdditionalPaths
(EndpointId endpointId, WebServerNamespace webServerNamespace) 指定されたendpointId
および Web サーバー名前空間の追加パスを解決します。PathMappedEndpoints.getAdditionalPaths
(WebServerNamespace webServerNamespace, EndpointId endpointId) マップされた各エンドポイントの追加パスを返します。@Nullable PathMappedEndpoint
PathMappedEndpoints.getEndpoint
(EndpointId endpointId) エンドポイントが見つからない場合は、指定された ID のPathMappedEndpoint
またはnull
を返します。@Nullable StringSE
PathMappedEndpoints.getPath
(EndpointId endpointId) エンドポイントが見つからない場合は、指定された ID またはnull
のエンドポイントの絶対パスを返します。@Nullable StringSE
PathMappedEndpoints.getRootPath
(EndpointId endpointId) 指定された ID のエンドポイントのルートパスを返すか、エンドポイントが見つからない場合はnull
を返します。static StringSE
PathMapper.getRootPath
(@Nullable ListSE<PathMapper> pathMappers, EndpointId endpointId) 指定されたパスマッパーから、指定されたendpointId
のルートパスを解決します。@Nullable StringSE
PathMapper.getRootPath
(EndpointId endpointId) 指定されたendpointId
のルートパスを解決します。org.springframework.boot.actuate.endpoint.web.annotation 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint.web.annotation のメソッド修飾子と型メソッド説明protected ExposableControllerEndpoint
ControllerEndpointDiscoverer.createEndpoint
(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<Operation> operations) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected ExposableServletEndpoint
ServletEndpointDiscoverer.createEndpoint
(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<Operation> operations) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected ExposableWebEndpoint
WebEndpointDiscoverer.createEndpoint
(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<WebOperation> operations) protected Operation
ControllerEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected Operation
ServletEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected WebOperation
WebEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) org.springframework.boot.actuate.health 内の EndpointId 使用
EndpointId として宣言されている org.springframework.boot.actuate.health のフィールド