クラスの使用
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 ConditionOutcomeEndpointExposureOutcomeContributor.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 booleanIncludeExcludeEndpointFilter.match(EndpointId endpointId) フィルターが一致する場合、trueを返します。org.springframework.boot.actuate.endpoint 内の EndpointId 使用
修飾子と型メソッド説明static EndpointIdEndpointId.fromPropertyValue(StringSE value) プロパティ値から新しいEndpointIdを作成するファクトリメソッド。AbstractExposableEndpoint.getEndpointId()ExposableEndpoint.getEndpointId()エンドポイント ID を返します。static EndpointId指定された値の新しいEndpointIdを作成するファクトリメソッド。static EndpointIdEndpointId.of(Environment environment, StringSE value) 指定された値の新しいEndpointIdを作成するファクトリメソッド。型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint のメソッド修飾子と型メソッド説明EndpointAccessResolver.accessFor(EndpointId endpointId, Access defaultAccess) 指定されたendpointIdおよびdefaultAccessを使用して、エンドポイントの許可されたアクセスレベルを解決します。booleanOperationFilter.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 EEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<O> operations) endpointを作成するために呼び出されるファクトリメソッド。protected abstract OEndpointDiscoverer.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 ExposableJmxEndpointJmxEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<JmxOperation> operations) protected JmxOperationJmxEndpointDiscoverer.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 PathMappedEndpointPathMappedEndpoints.getEndpoint(EndpointId endpointId) エンドポイントが見つからない場合は、指定された ID のPathMappedEndpointまたはnullを返します。@Nullable StringSEPathMappedEndpoints.getPath(EndpointId endpointId) エンドポイントが見つからない場合は、指定された ID またはnullのエンドポイントの絶対パスを返します。@Nullable StringSEPathMappedEndpoints.getRootPath(EndpointId endpointId) 指定された ID のエンドポイントのルートパスを返すか、エンドポイントが見つからない場合はnullを返します。static StringSEPathMapper.getRootPath(@Nullable ListSE<PathMapper> pathMappers, EndpointId endpointId) 指定されたパスマッパーから、指定されたendpointIdのルートパスを解決します。@Nullable StringSEPathMapper.getRootPath(EndpointId endpointId) 指定されたendpointIdのルートパスを解決します。org.springframework.boot.actuate.endpoint.web.annotation 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint.web.annotation のメソッド修飾子と型メソッド説明protected ExposableControllerEndpointControllerEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<Operation> operations) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected ExposableServletEndpointServletEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<Operation> operations) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected ExposableWebEndpointWebEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, Access defaultAccess, CollectionSE<WebOperation> operations) protected OperationControllerEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected OperationServletEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。protected WebOperationWebEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) org.springframework.boot.health.actuate.endpoint 内の EndpointId 使用
EndpointId として宣言されている org.springframework.boot.health.actuate.endpoint のフィールド