Uses of Interface
com.vaadin.hilla.parser.core.Plugin
Packages that use Plugin
-
Uses of Plugin in com.vaadin.hilla.parser.core
Classes in com.vaadin.hilla.parser.core that implement PluginModifier and TypeClassDescriptionclassAbstractCompositePlugin<C extends PluginConfiguration>classAbstractPlugin<C extends PluginConfiguration>final classMethods in com.vaadin.hilla.parser.core that return PluginModifier and TypeMethodDescriptionstatic PluginPluginManager.load(String name, PluginConfiguration configuration) Methods in com.vaadin.hilla.parser.core that return types with arguments of type PluginModifier and TypeMethodDescription@NonNull Collection<Plugin>Parser.Config.getPlugins()Returns a collection of parser plugins.default Collection<Class<? extends Plugin>>Plugin.getRequiredPlugins()Methods in com.vaadin.hilla.parser.core with parameters of type PluginModifier and TypeMethodDescription@NonNull ParserAdds a parserPlugin.@NonNull ParserAdds a collection of parserPlugins.Method parameters in com.vaadin.hilla.parser.core with type arguments of type PluginModifier and TypeMethodDescription@NonNull ParserParser.plugins(@NonNull Collection<? extends Plugin> plugins) Adds a collection of parserPlugins.Constructors in com.vaadin.hilla.parser.core with parameters of type PluginModifierConstructorDescriptionprotectedAbstractCompositePlugin(@NonNull Plugin... plugins) PluginExecutor(@NonNull Plugin plugin, @NonNull RootNode rootNode)