Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
org.springframework.boot.actuate.autoconfigure.security.servlet |
Auto-configuration for actuator security using Spring MVC.
|
org.springframework.boot.actuate.autoconfigure.web.jersey |
Configuration for a Jersey-based management context.
|
org.springframework.boot.autoconfigure.jersey |
Auto-configuration for Jersey.
|
org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
ServletEndpointRegistrar |
ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration.servletEndpointRegistrar(WebEndpointProperties properties,
ServletEndpointsSupplier servletEndpointsSupplier,
JerseyApplicationPath jerseyApplicationPath) |
Modifier and Type | Method and Description |
---|---|
RequestMatcherProvider |
SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration.requestMatcherProvider(JerseyApplicationPath applicationPath) |
Modifier and Type | Method and Description |
---|---|
JerseyApplicationPath |
JerseyChildManagementContextConfiguration.jerseyApplicationPath() |
Modifier and Type | Method and Description |
---|---|
JerseyApplicationPath |
JerseyAutoConfiguration.jerseyApplicationPath() |
Modifier and Type | Method and Description |
---|---|
FilterRegistrationBean<org.glassfish.jersey.servlet.ServletContainer> |
JerseyAutoConfiguration.jerseyFilterRegistration(JerseyApplicationPath applicationPath) |
ServletRegistrationBean<org.glassfish.jersey.servlet.ServletContainer> |
JerseyAutoConfiguration.jerseyServletRegistration(JerseyApplicationPath applicationPath) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJerseyApplicationPath
Default implementation of
JerseyApplicationPath that derives the path from
JerseyProperties or the @ApplicationPath annotation. |