クラスの使用
org.springframework.boot.actuate.endpoint.EndpointId
EndpointId を使用するパッケージ
パッケージ
説明
自動構成と条件に使用されるエンドポイント公開ロジック。
エンドポイントのサポート。
アクチュエーターエンドポイントのアノテーションサポート。
操作メソッドの呼び出しに関連するインターフェースとクラス。
アクチュエーターエンドポイントのキャッシュサポート。
アクチュエーター JMX エンドポイントのアノテーションサポート。
アクチュエーターエンドポイントの Web サポート。
アクチュエーター Web エンドポイントのアノテーションサポート。
アクチュエーターヘルスインジケータとエンドポイント。
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 のコンストラクター修飾子コンストラクター説明AbstractExposableEndpoint(EndpointId id, boolean enabledByDefault, 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, boolean enabledByDefault, 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, boolean enabledByDefault, 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 のコンストラクターパラメーター EndpointIdorg.springframework.boot.actuate.endpoint.jmx.annotation 内の EndpointId 使用
型 EndpointId のパラメーターを持つ org.springframework.boot.actuate.endpoint.jmx.annotation のメソッド修飾子と型メソッド説明protected ExposableJmxEndpointJmxEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, boolean enabledByDefault, 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 のメソッド修飾子と型メソッド説明PathMappedEndpoints.getEndpoint(EndpointId endpointId) エンドポイントが見つからない場合は、指定された ID のPathMappedEndpointまたはnullを返します。PathMappedEndpoints.getPath(EndpointId endpointId) エンドポイントが見つからない場合は、指定された ID またはnullのエンドポイントの絶対パスを返します。PathMappedEndpoints.getRootPath(EndpointId endpointId) 指定された ID のエンドポイントのルートパスを返すか、エンドポイントが見つからない場合はnullを返します。static StringSEPathMapper.getRootPath(ListSE<PathMapper> pathMappers, EndpointId endpointId) 指定されたパスマッパーから、指定されたendpointIdのルートパスを解決します。PathMapper.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, boolean enabledByDefault, CollectionSE<Operation> operations) protected ExposableServletEndpointServletEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, boolean enabledByDefault, CollectionSE<Operation> operations) protected ExposableWebEndpointWebEndpointDiscoverer.createEndpoint(ObjectSE endpointBean, EndpointId id, boolean enabledByDefault, CollectionSE<WebOperation> operations) protected OperationControllerEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) protected OperationServletEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) protected WebOperationWebEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) org.springframework.boot.actuate.health 内の EndpointId 使用
EndpointId として宣言されている org.springframework.boot.actuate.health のフィールド