Class EndpointsValidator

  • All Implemented Interfaces:
    com.vaadin.flow.server.startup.ClassLoaderAwareServletContainerInitializer, Serializable, javax.servlet.ServletContainerInitializer

    public class EndpointsValidator
    extends Object
    implements com.vaadin.flow.server.startup.ClassLoaderAwareServletContainerInitializer, Serializable
    Validation class that is run during servlet container initialization which checks that application is running with the appropriate spring dependencies when there are Endpoint annotations.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Detail

      • EndpointsValidator

        public EndpointsValidator()
    • Method Detail

      • process

        public void process​(Set<Class<?>> classSet,
                            javax.servlet.ServletContext servletContext)
                     throws javax.servlet.ServletException
        Specified by:
        process in interface com.vaadin.flow.server.startup.ClassLoaderAwareServletContainerInitializer
        Throws:
        javax.servlet.ServletException