Package com.vaadin.flow.spring
Class VaadinConfigurationProperties.Bun
java.lang.Object
com.vaadin.flow.spring.VaadinConfigurationProperties.Bun
- Enclosing class:
- VaadinConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bun
public Bun()
-
-
Method Details
-
isEnable
public boolean isEnable()Returns if bun support is enabled.- Returns:
- if bun is enabled
-
setEnable
public void setEnable(boolean enable) Enables/disabled bun support.- Parameters:
enable
- iftrue
then bun support is enabled, otherwise it's disabled
-