类 Jackson2WebEndpointMappingFactory

    • 构造器详细资料

      • Jackson2WebEndpointMappingFactory

        public Jackson2WebEndpointMappingFactory()
    • 方法详细资料

      • supports

        public boolean supports​(java.lang.String endpoint)
        从接口复制的说明: WebEndpointMappingFactory
        Current factory supports the specified endpoint or not
        参数:
        endpoint - could be one of these :
        • ServletRegistration
        • FilterRegistration
        • org.springframework.web.servlet.mvc.method.RequestMappingInfo
        • org.springframework.web.reactive.result.method.RequestMappingInfo
        返回:
        true if supports, false otherwise