Class FeatureStateStorageWrapper

java.lang.Object
org.togglz.core.util.FeatureStateStorageWrapper
All Implemented Interfaces:
Serializable

public class FeatureStateStorageWrapper extends Object implements Serializable
Wraps the state of a feature (minus the feature itself) to make it easier to store the state of a feature in a cache and then recreate the FeatureState later. This can help assist in the creation of StateRepositories in some circumstances Created by ddcbdevins on 5/27/16.
See Also:
  • Constructor Details

    • FeatureStateStorageWrapper

      public FeatureStateStorageWrapper()
  • Method Details