See: Description
| Interface | Description |
|---|---|
| ControllerEndpointsSupplier | |
| ExposableControllerEndpoint |
Information describing an endpoint that can be exposed over Spring MVC or Spring
WebFlux.
|
| ServletEndpointsSupplier |
| Class | Description |
|---|---|
| ControllerEndpointDiscoverer | |
| ServletEndpointDiscoverer | |
| WebEndpointDiscoverer |
| Annotation Type | Description |
|---|---|
| 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.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.