Package dev.hilla.startup
Class EndpointsValidator
- java.lang.Object
-
- dev.hilla.startup.EndpointsValidator
-
- All Implemented Interfaces:
ClassLoaderAwareServletContainerInitializer,Serializable,javax.servlet.ServletContainerInitializer
public class EndpointsValidator extends Object implements ClassLoaderAwareServletContainerInitializer, Serializable
Validation class that is run during servlet container initialization which checks that application is running with the appropriate spring dependencies when there areEndpointannotations.- Since:
- 3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EndpointsValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(Set<Class<?>> classSet, javax.servlet.ServletContext servletContext)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.flow.server.startup.ClassLoaderAwareServletContainerInitializer
onStartup, requiresLookup
-
-
-
-
Method Detail
-
process
public void process(Set<Class<?>> classSet, javax.servlet.ServletContext servletContext) throws javax.servlet.ServletException
- Specified by:
processin interfaceClassLoaderAwareServletContainerInitializer- Throws:
javax.servlet.ServletException
-
-