Package com.vaadin.flow.di
Interface InstantiatorFactory
-
public interface InstantiatorFactoryA factory for anInstantiator.- Since:
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstantiatorcreateInstantitor(VaadinService service)Create anInstantiatorusing the providedservice.
-
-
-
Method Detail
-
createInstantitor
Instantiator createInstantitor(VaadinService service)
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
-
-