Uses of Interface
com.vaadin.flow.di.Instantiator
Packages that use Instantiator
Package
Description
-
Uses of Instantiator in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with parameters of type InstantiatorModifier and TypeMethodDescriptionWebComponentConfiguration.createWebComponentBinding(Instantiator instantiator, Element element, tools.jackson.databind.JsonNode newAttributeDefaults) Creates a newWebComponentBindinginstance. -
Uses of Instantiator in com.vaadin.flow.di
Classes in com.vaadin.flow.di that implement InstantiatorModifier and TypeClassDescriptionclassDefault instantiator that is used if no other instantiator has been registered.Methods in com.vaadin.flow.di that return InstantiatorModifier and TypeMethodDescriptionInstantiatorFactory.createInstantitor(VaadinService service) Create anInstantiatorusing the providedservice.static InstantiatorGets the instantiator to use for the given UI. -
Uses of Instantiator in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return InstantiatorModifier and TypeMethodDescriptionprotected InstantiatorVaadinService.createInstantiator()Creates an instantiator to use with this service.VaadinService.getInstantiator()Gets the instantiator used by this service.Methods in com.vaadin.flow.server that return types with arguments of type InstantiatorModifier and TypeMethodDescriptionprotected Optional<Instantiator> VaadinService.loadInstantiators()Loads and initializes instantiators.