クラス JerseyEndpointResourceFactory

java.lang.ObjectSE
org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory

public class JerseyEndpointResourceFactory extends ObjectSE
web endpoint operations の Jersey Resources を作成するためのファクトリ。
導入:
2.0.0
作成者:
Andy Wilkinson, Phillip Webb
  • コンストラクターの詳細

    • JerseyEndpointResourceFactory

      public JerseyEndpointResourceFactory()
  • メソッドの詳細

    • createEndpointResources

      public CollectionSE<org.glassfish.jersey.server.model.Resource> createEndpointResources(EndpointMapping endpointMapping, CollectionSE<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, EndpointLinksResolver linksResolver, boolean shouldRegisterLinks)
      指定された webEndpoints の操作用に Resources を作成します。
      パラメーター:
      endpointMapping - すべてのエンドポイントのベースマッピング
      endpoints - Web エンドポイント
      endpointMediaTypes - エンドポイントによって消費および生成されるメディア型
      linksResolver - 使用可能なエンドポイントへのリンクを決定するためのリゾルバー
      shouldRegisterLinks - リンクを登録する必要があります
      戻り値:
      運用のためのリソース
    • createResource

      protected org.glassfish.jersey.server.model.Resource createResource(EndpointMapping endpointMapping, WebOperation operation)
    • getResource

      protected org.glassfish.jersey.server.model.Resource getResource(EndpointMapping endpointMapping, WebOperation operation, WebOperationRequestPredicate requestPredicate, StringSE path, WebServerNamespace serverNamespace, org.springframework.boot.actuate.endpoint.web.jersey.JerseyRemainingPathSegmentProvider remainingPathSegmentProvider)