Class Jackson2WebEndpointMappingFactory

    • Constructor Detail

      • Jackson2WebEndpointMappingFactory

        public Jackson2WebEndpointMappingFactory()
    • Method Detail

      • supports

        public boolean supports​(java.lang.String endpoint)
        Description copied from interface: WebEndpointMappingFactory
        Current factory supports the specified endpoint or not
        Parameters:
        endpoint - could be one of these :
        • ServletRegistration
        • FilterRegistration
        • org.springframework.web.servlet.mvc.method.RequestMappingInfo
        • org.springframework.web.reactive.result.method.RequestMappingInfo
        Returns:
        true if supports, false otherwise