com.vaadin.flow.server.startup.

Class ConnectEndpointsValidator

  • All Implemented Interfaces:

    Serializable


    public class ConnectEndpointsValidator
    extends Object
    implements 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

      • ConnectEndpointsValidator

        public ConnectEndpointsValidator()
    • Method Detail

      • onStartup

        public void onStartup(Set<Class<?>> classSet,
                              ServletContext servletContext)
                       throws ServletException

        Throws:

        ServletException