Class EnabledDarkFeaturesDataProvider

  • All Implemented Interfaces:
    com.atlassian.webresource.api.data.WebResourceDataProvider, com.google.common.base.Supplier<com.atlassian.json.marshal.Jsonable>, Supplier<com.atlassian.json.marshal.Jsonable>

    public class EnabledDarkFeaturesDataProvider
    extends Object
    implements com.atlassian.webresource.api.data.WebResourceDataProvider
    Provides an array of enabled dark feature names.
    • Constructor Detail

      • EnabledDarkFeaturesDataProvider

        @Inject
        public EnabledDarkFeaturesDataProvider​(com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager)
    • Method Detail

      • get

        public com.atlassian.json.marshal.Jsonable get()
        Specified by:
        get in interface com.google.common.base.Supplier<com.atlassian.json.marshal.Jsonable>
        Specified by:
        get in interface Supplier<com.atlassian.json.marshal.Jsonable>