Uses of Interface
com.vaadin.hilla.parser.core.PluginConfiguration
Packages that use PluginConfiguration
Package
Description
-
Uses of PluginConfiguration in com.vaadin.hilla.engine
Methods in com.vaadin.hilla.engine that return PluginConfigurationConstructors in com.vaadin.hilla.engine with parameters of type PluginConfiguration -
Uses of PluginConfiguration in com.vaadin.hilla.parser.core
Classes in com.vaadin.hilla.parser.core with type parameters of type PluginConfigurationModifier and TypeClassDescriptionclassAbstractCompositePlugin<C extends PluginConfiguration>classAbstractPlugin<C extends PluginConfiguration>Methods in com.vaadin.hilla.parser.core that return PluginConfigurationMethods in com.vaadin.hilla.parser.core with parameters of type PluginConfigurationModifier and TypeMethodDescriptionstatic PluginPluginManager.load(String name, PluginConfiguration configuration) voidAbstractCompositePlugin.setConfiguration(PluginConfiguration configuration) voidAbstractPlugin.setConfiguration(PluginConfiguration configuration) voidPlugin.setConfiguration(PluginConfiguration configuration) -
Uses of PluginConfiguration in com.vaadin.hilla.parser.plugins.backbone
Classes in com.vaadin.hilla.parser.plugins.backbone that implement PluginConfigurationMethods in com.vaadin.hilla.parser.plugins.backbone with parameters of type PluginConfigurationModifier and TypeMethodDescriptionvoidPropertyPlugin.setConfiguration(PluginConfiguration configuration) -
Uses of PluginConfiguration in com.vaadin.hilla.parser.plugins.nonnull
Classes in com.vaadin.hilla.parser.plugins.nonnull that implement PluginConfigurationMethods in com.vaadin.hilla.parser.plugins.nonnull with parameters of type PluginConfigurationModifier and TypeMethodDescriptionvoidNonnullPlugin.setConfiguration(@NonNull PluginConfiguration configuration)