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.
Package com.vaadin.flow.di
Interface InstantiatorFactory
public interface InstantiatorFactory
A factory for an Instantiator
.
Since:
Author:
Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptioncreateInstantitor
(VaadinService service) Create an
Instantiator
using the providedservice
.
-
Method Details
-
createInstantitor
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
-