类 AbstractWebEndpointMappingFactory<E>

    • 构造器详细资料

      • AbstractWebEndpointMappingFactory

        public AbstractWebEndpointMappingFactory()
    • 方法详细资料

      • create

        public final java.util.Optional<WebEndpointMapping<E>> create​(E endpoint)
        从接口复制的说明: WebEndpointMappingFactory
        Create the instance of WebEndpointMapping
        指定者:
        create 在接口中 WebEndpointMappingFactory<E>
        参数:
        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
      • doCreate

        @Nullable
        protected abstract WebEndpointMapping<?> doCreate​(E endpoint)
                                                   throws java.lang.Throwable
        抛出:
        java.lang.Throwable