We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.experimental.
Class FeatureFlags.FeatureFlagsWrapper
- java.lang.Object
-
- com.vaadin.experimental.FeatureFlags.FeatureFlagsWrapper
-
All Implemented Interfaces:
Enclosing class:
protected static class FeatureFlags.FeatureFlagsWrapper extends Object implements Serializable
FeatureFlags wrapper class for storing the FeatureFlags object.
See Also:
-
-
Constructor Summary
Constructors Constructor Description FeatureFlagsWrapper​(FeatureFlags featureFlags)
Create a feature flags wrapper.
-
-
-
Constructor Detail
-
FeatureFlagsWrapper
public FeatureFlagsWrapper​(FeatureFlags featureFlags)
Create a feature flags wrapper.
Parameters:
featureFlags
- featureFlags to wrap
-
-
Method Detail
-
getFeatureFlags
public FeatureFlags getFeatureFlags()
Get the featureFlags.
Returns:
wrapped FeatureFlags
-
-