クラス JerseyEndpointManagementContextConfiguration
java.lang.ObjectSE
org.springframework.boot.jersey.autoconfigure.actuate.web.JerseyEndpointManagementContextConfiguration
@ManagementContextConfiguration(proxyBeanMethods=false)
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnMissingClass("org.springframework.web.servlet.DispatcherServlet")
public class JerseyEndpointManagementContextConfiguration
extends ObjectSE
Jetty エンドポイントの場合は
@ManagementContextConfiguration。- 導入:
- 4.0.0
- 作成者:
- Phillip Webb, Andy Wilkinson, Madhura Bhave
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath, EndpointAccessResolver endpointAccessResolver)
コンストラクターの詳細
JerseyEndpointManagementContextConfiguration
public JerseyEndpointManagementContextConfiguration()
方法の詳細
servletEndpointRegistrar
@Bean public ServletEndpointRegistrar servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath, EndpointAccessResolver endpointAccessResolver)