Uses of Interface
org.springframework.boot.jersey.autoconfigure.JerseyApplicationPath
Packages that use JerseyApplicationPath
Package
Description
Auto-configuration for Jersey.
Auto-configuration for Jersey actuator web concerns.
Auto-configuration for actuator security using Spring MVC.
-
Uses of JerseyApplicationPath in org.springframework.boot.jersey.autoconfigure
Classes in org.springframework.boot.jersey.autoconfigure that implement JerseyApplicationPathModifier and TypeClassDescriptionclassDefault implementation ofJerseyApplicationPaththat derives the path fromJerseyPropertiesor the@ApplicationPathannotation. -
Uses of JerseyApplicationPath in org.springframework.boot.jersey.autoconfigure.actuate.web
Methods in org.springframework.boot.jersey.autoconfigure.actuate.web that return JerseyApplicationPathModifier and TypeMethodDescriptionJerseyChildManagementContextConfiguration.jerseyApplicationPath()Methods in org.springframework.boot.jersey.autoconfigure.actuate.web with parameters of type JerseyApplicationPathModifier and TypeMethodDescriptionJerseyEndpointManagementContextConfiguration.servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath, EndpointAccessResolver endpointAccessResolver) -
Uses of JerseyApplicationPath in org.springframework.boot.security.autoconfigure.actuate.web.servlet
Methods in org.springframework.boot.security.autoconfigure.actuate.web.servlet with parameters of type JerseyApplicationPathModifier and TypeMethodDescriptionSecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration.requestMatcherProvider(JerseyApplicationPath applicationPath)