You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.di.

Interface InstantiatorFactory

  • public interface InstantiatorFactory

    A factory for an Instantiator.

    Since:

    Author:

    Vaadin Ltd

    • Method Detail

      • createInstantitor

        Instantiator createInstantitor​(VaadinService service)

        Create an Instantiator using the provided service.

        Parameters:

        service - a VaadinService to create an Instantiator for

        Returns:

        an instantiator for the service or null if this factory is not able to create an instantiator for the provided service