接口的使用
org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
使用JerseyApplicationPath的程序包
程序包
说明
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for actuator security using Spring MVC.
Configuration for a Jersey-based management context.
Auto-configuration for Jersey.
Auto-configuration for servlet web servers and Spring MVC.
-
org.springframework.boot.actuate.autoconfigure.endpoint.web中JerseyApplicationPath的使用
修饰符和类型方法说明ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration.servletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath, EndpointAccessResolver endpointAccessResolver) -
org.springframework.boot.actuate.autoconfigure.security.servlet中JerseyApplicationPath的使用
修饰符和类型方法说明SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration.requestMatcherProvider
(JerseyApplicationPath applicationPath) -
org.springframework.boot.actuate.autoconfigure.web.jersey中JerseyApplicationPath的使用
-
org.springframework.boot.autoconfigure.jersey中JerseyApplicationPath的使用
修饰符和类型方法说明FilterRegistrationBean
<org.glassfish.jersey.servlet.ServletContainer> JerseyAutoConfiguration.jerseyFilterRegistration
(JerseyApplicationPath applicationPath) ServletRegistrationBean
<org.glassfish.jersey.servlet.ServletContainer> JerseyAutoConfiguration.jerseyServletRegistration
(JerseyApplicationPath applicationPath) -
org.springframework.boot.autoconfigure.web.servlet中JerseyApplicationPath的使用
修饰符和类型类说明class
Default implementation ofJerseyApplicationPath
that derives the path fromJerseyProperties
or the@ApplicationPath
annotation.