Package 

Class FeatureStoreResource

  • All Implemented Interfaces:

    @RestController()@RequestMapping(value = {"${ff4j.api.context-path:/api/ff4j}/store"}) 
    public final class FeatureStoreResource
    
                        

    Created by Paul

    • Constructor Detail

      • FeatureStoreResource

        FeatureStoreResource(FeatureStoreServices featureStoreService)
    • Method Detail

      • getFeatureStore

        @GetMapping(produces = {"application/json"}) final FeatureStoreApiBean getFeatureStore()
      • getAllFeatures

        @GetMapping(value = {"/features"}, produces = {"application/json"}) final Collection<FeatureApiBean> getAllFeatures()
      • getAllGroups

        @GetMapping(value = {"/groups"}, produces = {"application/json"}) final Collection<GroupDescApiBean> getAllGroups()
      • getFeaturesFromCache

        @GetMapping(value = {"/cache"}, produces = {"application/json"}) final CacheApiBean getFeaturesFromCache()