Uses of Class
no.finn.unleash.repository.ToggleCollection
-
Packages that use ToggleCollection Package Description no.finn.unleash.event no.finn.unleash.repository -
-
Uses of ToggleCollection in no.finn.unleash.event
Methods in no.finn.unleash.event with parameters of type ToggleCollection Modifier and Type Method Description default voidUnleashSubscriber. toggleBackupRestored(ToggleCollection toggleCollection)default voidUnleashSubscriber. togglesBackedUp(ToggleCollection toggleCollection)default voidUnleashSubscriber. togglesBootstrapped(ToggleCollection toggleCollection) -
Uses of ToggleCollection in no.finn.unleash.repository
Methods in no.finn.unleash.repository that return ToggleCollection Modifier and Type Method Description ToggleCollectionJsonToggleCollectionDeserializer. deserialize(com.google.gson.JsonElement rootElement, Type type, com.google.gson.JsonDeserializationContext context)ToggleCollectionFeatureToggleResponse. getToggleCollection()ToggleCollectionToggleBootstrapHandler. parse(String jsonString)ToggleCollectionToggleBackupHandler. read()ToggleCollectionToggleBackupHandlerFile. read()ToggleCollectionToggleBootstrapHandler. read()Methods in no.finn.unleash.repository with parameters of type ToggleCollection Modifier and Type Method Description voidToggleBackupHandler. write(ToggleCollection toggleCollection)voidToggleBackupHandlerFile. write(ToggleCollection toggleCollection)Constructors in no.finn.unleash.repository with parameters of type ToggleCollection Constructor Description FeatureToggleResponse(FeatureToggleResponse.Status status, ToggleCollection toggleCollection)
-