We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.di.
Interface InstantiatorFactory
-
public interface InstantiatorFactory
A factory for an
Instantiator
.Since:
Author:
Vaadin Ltd
-
-
Method Summary
All Methods Modifier and Type Method Description Instantiator
createInstantitor​(VaadinService service)
Create an
Instantiator
using the providedservice
.
-
-
-
Method Detail
-
createInstantitor
Instantiator createInstantitor​(VaadinService service)
Create an
Instantiator
using the providedservice
.Parameters:
service
- aVaadinService
to create anInstantiator
forReturns:
an instantiator for the service or null if this factory is not able to create an instantiator for the provided service
-
-