Package com.vaadin.hilla.engine
Class ParserConfiguration.Plugins
java.lang.Object
com.vaadin.hilla.engine.ParserConfiguration.Plugins
- All Implemented Interfaces:
ConfigList<ParserConfiguration.Plugin>
- Enclosing class:
ParserConfiguration
public static class ParserConfiguration.Plugins
extends Object
implements ConfigList<ParserConfiguration.Plugin>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.hilla.parser.utils.ConfigList
ConfigList.Processor<Item> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets a list of default options the user wants to disable.Gets a list of custom options the user wants to use.inthashCode()booleanIndicates if the user wants to disable all default options.
-
Constructor Details
-
Plugins
public Plugins()
-
-
Method Details
-
getDisabledOptions
Description copied from interface:ConfigListGets a list of default options the user wants to disable.- Specified by:
getDisabledOptionsin interfaceConfigList<ParserConfiguration.Plugin>- Returns:
- a list of disabled options.
-
getUsedOptions
Description copied from interface:ConfigListGets a list of custom options the user wants to use.- Specified by:
getUsedOptionsin interfaceConfigList<ParserConfiguration.Plugin>- Returns:
- a list of used options.
-
shouldAllDefaultsBeDisabled
public boolean shouldAllDefaultsBeDisabled()Description copied from interface:ConfigListIndicates if the user wants to disable all default options.- Specified by:
shouldAllDefaultsBeDisabledin interfaceConfigList<ParserConfiguration.Plugin>- Returns:
- a flag of disabling all the default options.
-
equals
-
hashCode
public int hashCode()
-