接口 ExposableControllerEndpoint

所有超级接口:
ExposableEndpoint<Operation>, PathMappedEndpoint

@Deprecated(since="3.3.3", forRemoval=true) public interface ExposableControllerEndpoint extends ExposableEndpoint<Operation>, PathMappedEndpoint
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.3.3 in favor of @Endpoint and @WebEndpoint support
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.
从以下版本开始:
2.0.0
作者:
Phillip Webb
  • 方法详细资料

    • getController

      Object getController()
      已过时, 待删除: 此 API 元素将从以后的版本中删除。
      Return the source controller that contains @RequestMapping methods.
      返回:
      the source controller