Uses of Class
io.getunleash.lang.Nullable
-
Packages that use Nullable Package Description io.getunleash io.getunleash.repository io.getunleash.strategy io.getunleash.util io.getunleash.variant -
-
Uses of Nullable in io.getunleash
Methods in io.getunleash with annotations of type Nullable Modifier and Type Method Description StringVariant. getStickiness()StringConstraint. getValue()VariantEvaluatedToggle. getVariant()Method parameters in io.getunleash with annotations of type Nullable Modifier and Type Method Description List<EvaluatedToggle>FakeUnleash.FakeMore. evaluateAllToggles(UnleashContext context)Constructor parameters in io.getunleash with annotations of type Nullable Constructor Description Constraint(String contextName, Operator operator, String value, List<String> values, boolean inverted, boolean caseInsensitive)Constraint(String contextName, Operator operator, String value, List<String> values, boolean inverted, boolean caseInsensitive)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, ZonedDateTime currentTime, Map<String,String> properties)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, ZonedDateTime currentTime, Map<String,String> properties)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, ZonedDateTime currentTime, Map<String,String> properties)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, ZonedDateTime currentTime, Map<String,String> properties)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, ZonedDateTime currentTime, Map<String,String> properties)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, ZonedDateTime currentTime, 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)UnleashContext(String appName, String environment, String userId, String sessionId, String remoteAddress, Map<String,String> properties)UnleashException(String message, Throwable cause)Variant(String name, Payload payload, boolean enabled)Variant(String name, Payload payload, boolean enabled, String stickiness)Variant(String name, String payload, boolean enabled)Variant(String name, String payload, boolean enabled, String stickiness) -
Uses of Nullable in io.getunleash.repository
Methods in io.getunleash.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 io.getunleash.repository with annotations of type Nullable Modifier and Type Method Description ToggleCollectionToggleBootstrapHandler. parse(String jsonString)Constructor parameters in io.getunleash.repository with annotations of type Nullable Constructor Description FeatureToggleResponse(FeatureToggleResponse.Status status, int httpStatusCode, String location) -
Uses of Nullable in io.getunleash.strategy
Method parameters in io.getunleash.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 io.getunleash.util
Methods in io.getunleash.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 io.getunleash.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 io.getunleash.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 io.getunleash.variant
Methods in io.getunleash.variant with annotations of type Nullable Modifier and Type Method Description PayloadVariantDefinition. getPayload()StringVariantDefinition. getStickiness()StringPayload. getValue()Method parameters in io.getunleash.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 io.getunleash.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)
-