类 ControllerEndpointHandlerMapping

所有已实现的接口:
Aware, BeanNameAware, InitializingBean, ApplicationContextAware, EmbeddedValueResolverAware, Ordered, ServletContextAware, MatchableHandlerMapping, HandlerMapping

@Deprecated(since="3.3.5", forRemoval=true) public class ControllerEndpointHandlerMapping extends RequestMappingHandlerMapping
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.3.5 in favor of @Endpoint and @WebEndpoint support
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring MVC.
从以下版本开始:
2.0.0
作者:
Phillip Webb