Package com.vaadin.flow.di
Interface InstantiatorFactory
public interface InstantiatorFactory
A factory for an
Instantiator.- Author:
- Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptioncreateInstantitor(VaadinService service) Create anInstantiatorusing the providedservice.
-
Method Details
-
createInstantitor
Create anInstantiatorusing the providedservice.- Parameters:
service- aVaadinServiceto create anInstantiatorfor- Returns:
- an instantiator for the service or null if this factory is not able to create an instantiator for the provided service
-