Uses of Class
no.finn.unleash.lang.Nullable
-
Packages that use Nullable Package Description no.finn.unleash no.finn.unleash.repository no.finn.unleash.strategy no.finn.unleash.util no.finn.unleash.variant -
-
Uses of Nullable in no.finn.unleash
Methods in no.finn.unleash with annotations of type Nullable Modifier and Type Method Description StringVariant. getStickiness()VariantEvaluatedToggle. getVariant()Method parameters in no.finn.unleash with annotations of type Nullable Modifier and Type Method Description List<EvaluatedToggle>FakeUnleash.FakeMore. evaluateAllToggles(UnleashContext context)Constructor parameters in no.finn.unleash with annotations of type Nullable Constructor Description EvaluatedToggle(String name, boolean enabled, Variant variant)FeatureToggle(String name, boolean enabled, List<ActivationStrategy> strategies, List<VariantDefinition> variants)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, Map<String,String> properties)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, Map<String,String> properties)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, Map<String,String> properties)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, Map<String,String> properties)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, Map<String,String> properties)UnleashException(String message, Throwable cause)Variant(String name, String payload, boolean enabled)Variant(String name, String payload, boolean enabled, String stickiness)Variant(String name, Payload payload, boolean enabled)Variant(String name, Payload payload, boolean enabled, String stickiness) -
Uses of Nullable in no.finn.unleash.repository
Methods in no.finn.unleash.repository with annotations of type Nullable Modifier and Type Method Description ToggleCollectionJsonToggleCollectionDeserializer. deserialize(com.google.gson.JsonElement rootElement, Type type, com.google.gson.JsonDeserializationContext context)StringFeatureToggleResponse. getLocation()FeatureToggleFeatureToggleRepository. getToggle(String name)FeatureToggleToggleRepository. getToggle(String name)StringToggleBootstrapFileProvider. read()Method parameters in no.finn.unleash.repository with annotations of type Nullable Modifier and Type Method Description ToggleCollectionToggleBootstrapHandler. parse(String jsonString)Constructor parameters in no.finn.unleash.repository with annotations of type Nullable Constructor Description FeatureToggleResponse(FeatureToggleResponse.Status status, int httpStatusCode, String location) -
Uses of Nullable in no.finn.unleash.strategy
Method parameters in no.finn.unleash.strategy with annotations of type Nullable Modifier and Type Method Description static booleanStrategyUtils. isEmpty(CharSequence cs)static booleanConstraintUtil. validate(List<Constraint> constraints, UnleashContext context) -
Uses of Nullable in no.finn.unleash.util
Methods in no.finn.unleash.util with annotations of type Nullable Modifier and Type Method Description StrategyUnleashConfig. getFallbackStrategy()StringUnleashConfig. getNamePrefix()StringUnleashConfig. getProjectName()ProxyUnleashConfig. getProxy()ToggleBootstrapProviderUnleashConfig. getToggleBootstrapProvider()ScheduledFutureUnleashScheduledExecutor. setInterval(Runnable command, long initialDelaySec, long periodSec)ScheduledFutureUnleashScheduledExecutorImpl. setInterval(Runnable command, long initialDelaySec, long periodSec)Method parameters in no.finn.unleash.util with annotations of type Nullable Modifier and Type Method Description UnleashConfig.BuilderUnleashConfig.Builder. fallbackStrategy(Strategy fallbackStrategy)URLUnleashURLs. getFetchTogglesURL(String projectName, String namePrefix)URLUnleashURLs. getFetchTogglesURL(String projectName, String namePrefix)booleanIpAddressMatcher. matches(String address)UnleashConfig.BuilderUnleashConfig.Builder. proxy(Proxy proxy, String proxyUser, String proxyPassword)UnleashConfig.BuilderUnleashConfig.Builder. proxy(Proxy proxy, String proxyUser, String proxyPassword)UnleashConfig.BuilderUnleashConfig.Builder. toggleBootstrapProvider(ToggleBootstrapProvider toggleBootstrapProvider)Constructor parameters in no.finn.unleash.util with annotations of type Nullable Constructor Description IpAddressMatcher(String ipAddress)Takes a specific IP address or a range specified using the IP/Netmask (e.g. -
Uses of Nullable in no.finn.unleash.variant
Methods in no.finn.unleash.variant with annotations of type Nullable Modifier and Type Method Description PayloadVariantDefinition. getPayload()StringVariantDefinition. getStickiness()StringPayload. getValue()Method parameters in no.finn.unleash.variant with annotations of type Nullable Modifier and Type Method Description booleanPayload. equals(Object o)static VariantVariantUtil. selectVariant(FeatureToggle featureToggle, UnleashContext context, Variant defaultVariant)Constructor parameters in no.finn.unleash.variant with annotations of type Nullable Constructor Description Payload(String type, String value)VariantDefinition(String name, int weight, Payload payload, List<VariantOverride> overrides)VariantDefinition(String name, int weight, Payload payload, List<VariantOverride> overrides)VariantDefinition(String name, int weight, Payload payload, List<VariantOverride> overrides, String stickiness)VariantDefinition(String name, int weight, Payload payload, List<VariantOverride> overrides, String stickiness)VariantDefinition(String name, int weight, Payload payload, List<VariantOverride> overrides, String stickiness)
-