类 SmartWebEndpointMappingFactory

    • 构造器详细资料

      • SmartWebEndpointMappingFactory

        public SmartWebEndpointMappingFactory​(@Nullable
                                              org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
    • 方法详细资料

      • create

        public java.util.Optional<WebEndpointMapping<java.lang.Object>> create​(java.lang.Object endpoint)
        从接口复制的说明: WebEndpointMappingFactory
        Create the instance of WebEndpointMapping
        指定者:
        create 在接口中 WebEndpointMappingFactory<java.lang.Object>
        参数:
        endpoint - could be one of these :
        • ServletRegistration
        • FilterRegistration
        • org.springframework.web.servlet.mvc.method.RequestMappingInfo
        • org.springframework.web.reactive.result.method.RequestMappingInfo
        返回:
        WebEndpointMapping if present