Interface ExposableControllerEndpoint

All Superinterfaces:
ExposableEndpoint<Operation>, PathMappedEndpoint

public interface ExposableControllerEndpoint extends ExposableEndpoint<Operation>, PathMappedEndpoint
Information describing an endpoint that can be exposed over Spring MVC or Spring WebFlux. Mappings should be discovered directly from getController() and ExposableEndpoint.getOperations() should always return an empty collection.
Since:
2.0.0
Author:
Phillip Webb
  • Method Details

    • getController

      Object getController()
      Return the source controller that contains @RequestMapping methods.
      Returns:
      the source controller