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, com.fasterxml.jackson.databind.JsonNode newAttributeDefaults) Creates a newWebComponentBindinginstance.WebComponentConfiguration.createWebComponentBinding(Instantiator instantiator, Element element, elemental.json.JsonObject newAttributeDefaults) Deprecated. -
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. -
Uses of Instantiator in com.vaadin.flow.spring
Classes in com.vaadin.flow.spring that implement InstantiatorModifier and TypeClassDescriptionclassDefault Spring instantiator that is used if no other instantiator has been registered.Methods in com.vaadin.flow.spring that return types with arguments of type InstantiatorModifier and TypeMethodDescriptionprotected Optional<Instantiator>SpringVaadinServletService.loadInstantiators() -
Uses of Instantiator in com.vaadin.testbench.unit.mocks
Methods in com.vaadin.testbench.unit.mocks that return Instantiator