Class EndpointsValidator

java.lang.Object
com.vaadin.hilla.startup.EndpointsValidator
All Implemented Interfaces:
com.vaadin.flow.server.startup.ClassLoaderAwareServletContainerInitializer, jakarta.servlet.ServletContainerInitializer, Serializable

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:
  • Constructor Details

    • EndpointsValidator

      public EndpointsValidator()
  • Method Details

    • process

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