Uses of Interface
org.springframework.boot.jersey.autoconfigure.JerseyApplicationPath
Packages that use JerseyApplicationPath
Package
Description
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.
-
Uses of JerseyApplicationPath in org.springframework.boot.actuate.autoconfigure.endpoint.web
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web with parameters of type JerseyApplicationPathModifier and TypeMethodDescriptionServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration.servletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath, EndpointAccessResolver endpointAccessResolver) -
Uses of JerseyApplicationPath in org.springframework.boot.actuate.autoconfigure.security.servlet
Methods in org.springframework.boot.actuate.autoconfigure.security.servlet with parameters of type JerseyApplicationPathModifier and TypeMethodDescriptionSecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration.requestMatcherProvider
(JerseyApplicationPath applicationPath) -
Uses of JerseyApplicationPath in org.springframework.boot.actuate.autoconfigure.web.jersey
Methods in org.springframework.boot.actuate.autoconfigure.web.jersey that return JerseyApplicationPathModifier and TypeMethodDescriptionJerseyChildManagementContextConfiguration.jerseyApplicationPath()
-
Uses of JerseyApplicationPath in org.springframework.boot.jersey.autoconfigure
Classes in org.springframework.boot.jersey.autoconfigure that implement JerseyApplicationPathModifier and TypeClassDescriptionclass
Default implementation ofJerseyApplicationPath
that derives the path fromJerseyProperties
or the@ApplicationPath
annotation.Methods in org.springframework.boot.jersey.autoconfigure that return JerseyApplicationPathMethods in org.springframework.boot.jersey.autoconfigure with parameters of type JerseyApplicationPathModifier and TypeMethodDescriptionFilterRegistrationBean
<org.glassfish.jersey.servlet.ServletContainer> JerseyAutoConfiguration.jerseyFilterRegistration
(JerseyApplicationPath applicationPath) ServletRegistrationBean
<org.glassfish.jersey.servlet.ServletContainer> JerseyAutoConfiguration.jerseyServletRegistration
(JerseyApplicationPath applicationPath)