com.vaadin.flow.server.startup.

Interface VaadinContextStartupInitializer

All Known Subinterfaces:

VaadinServletContextStartupInitializer

All Known Implementing Classes:

AnnotationValidator, DevModeStartupListener, ErrorNavigationTargetInitializer, RouteRegistryInitializer, VaadinAppShellInitializer, WebComponentConfigurationRegistryInitializer, WebComponentExporterAwareValidator

Functional Interface:

This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface VaadinContextStartupInitializer

Applies this initializer to the given VaadinContext. It is intended to be called either:

Since:

See Also:

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(Set<Class<?>> classSet, VaadinContext context)

    Applies this initializer to the given context