| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure.jersey |
Auto-configuration for Jersey.
|
| org.springframework.boot.autoconfigure.security.servlet |
Auto-configuration for Servlet-based Spring Security.
|
| org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
| 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) |
| Constructor and Description |
|---|
JerseyRequestMatcherProvider(JerseyApplicationPath jerseyApplicationPath)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJerseyApplicationPath
Default implementation of
JerseyApplicationPath that derives the path from
JerseyProperties or the @ApplicationPath annotation. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.