Package com.vaadin.hilla.startup
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.server.startup.ClassLoaderAwareServletContainerInitializer
onStartup, requiresLookup
-
Constructor Details
-
EndpointsValidator
public EndpointsValidator()
-
-
Method Details