| パッケージ | 説明 |
|---|---|
| org.springframework.boot.actuate.autoconfigure.endpoint.web | アクチュエーターの Web エンドポイントの自動構成。 |
| org.springframework.boot.actuate.autoconfigure.security.servlet | Spring MVC を使用したアクチュエーターセキュリティの自動構成。 |
| org.springframework.boot.actuate.autoconfigure.web.jersey | Jersey ベースの管理コンテキストの構成。 |
| org.springframework.boot.autoconfigure.jersey | Jersey の自動構成。 |
| org.springframework.boot.autoconfigure.security.servlet | サーブレットベースの Spring Security の自動構成。 |
| org.springframework.boot.autoconfigure.web.servlet | サーブレット Web サーバーと Spring MVC の自動構成。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ServletEndpointRegistrar | ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration.servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, JerseyApplicationPath jerseyApplicationPath) |
| 修飾子と型 | メソッドと説明 |
|---|---|
RequestMatcherProvider | SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration.requestMatcherProvider(JerseyApplicationPath applicationPath) |
| 修飾子と型 | メソッドと説明 |
|---|---|
JerseyApplicationPath | JerseyChildManagementContextConfiguration.jerseyApplicationPath() |
JerseyApplicationPath | JerseySameManagementContextConfiguration.jerseyApplicationPath(JerseyProperties properties, org.glassfish.jersey.server.ResourceConfig config) |
| 修飾子と型 | メソッドと説明 |
|---|---|
JerseyApplicationPath | JerseyAutoConfiguration.jerseyApplicationPath() |
| 修飾子と型 | メソッドと説明 |
|---|---|
FilterRegistrationBean<org.glassfish.jersey.servlet.ServletContainer> | JerseyAutoConfiguration.jerseyFilterRegistration(JerseyApplicationPath applicationPath) |
ServletRegistrationBean<org.glassfish.jersey.servlet.ServletContainer> | JerseyAutoConfiguration.jerseyServletRegistration(JerseyApplicationPath applicationPath) |
| コンストラクターと説明 |
|---|
JerseyRequestMatcherProvider(JerseyApplicationPath jerseyApplicationPath) 使用すべきではありません。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DefaultJerseyApplicationPath |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.