请参阅: 说明
| 接口 | 说明 |
|---|---|
| ControllerEndpointsSupplier | |
| ExposableControllerEndpoint |
Information describing an endpoint that can be exposed over Spring MVC or Spring
WebFlux.
|
| ServletEndpointsSupplier |
| 类 | 说明 |
|---|---|
| ControllerEndpointDiscoverer | |
| ServletEndpointDiscoverer | |
| WebEndpointDiscoverer |
| 注释类型 | 说明 |
|---|---|
| ControllerEndpoint |
Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring
WebFlux.
|
| EndpointWebExtension |
Identifies a type as being a Web-specific extension of an
@Endpoint. |
| RestControllerEndpoint |
Identifies a type as being a REST endpoint that is only exposed over Spring MVC or
Spring WebFlux.
|
| ServletEndpoint |
Identifies a type as being an endpoint that supplies a servlet to expose.
|
| WebEndpoint |
Identifies a type as being an endpoint that is only exposed over HTTP.
|