Uses of Interface
com.vaadin.hilla.parser.core.Plugin
Packages that use Plugin
Package
Description
-
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) -
Uses of Plugin in com.vaadin.hilla.parser.plugins.backbone
Classes in com.vaadin.hilla.parser.plugins.backbone that implement PluginModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classclassAdds support for Jackson'sJsonValueannotation.final classfinal classfinal classfinal class -
Uses of Plugin in com.vaadin.hilla.parser.plugins.model
Classes in com.vaadin.hilla.parser.plugins.model that implement PluginMethods in com.vaadin.hilla.parser.plugins.model that return types with arguments of type PluginModifier and TypeMethodDescriptionCollection<Class<? extends Plugin>> ModelPlugin.getRequiredPlugins() -
Uses of Plugin in com.vaadin.hilla.parser.plugins.nonnull
Classes in com.vaadin.hilla.parser.plugins.nonnull that implement PluginMethods in com.vaadin.hilla.parser.plugins.nonnull that return types with arguments of type PluginModifier and TypeMethodDescriptionCollection<Class<? extends Plugin>> NonnullPlugin.getRequiredPlugins() -
Uses of Plugin in com.vaadin.hilla.parser.plugins.subtypes
Classes in com.vaadin.hilla.parser.plugins.subtypes that implement PluginModifier and TypeClassDescriptionfinal classThis plugin adds support for@JsonTypeInfoand@JsonSubTypes.Methods in com.vaadin.hilla.parser.plugins.subtypes that return types with arguments of type PluginModifier and TypeMethodDescriptionCollection<Class<? extends Plugin>> SubTypesPlugin.getRequiredPlugins() -
Uses of Plugin in com.vaadin.hilla.parser.plugins.transfertypes
Classes in com.vaadin.hilla.parser.plugins.transfertypes that implement PluginModifier and TypeClassDescriptionclassfinal classMethods in com.vaadin.hilla.parser.plugins.transfertypes that return types with arguments of type PluginModifier and TypeMethodDescriptionCollection<Class<? extends Plugin>> TransferTypesPlugin.getRequiredPlugins()