Package com.launchdarkly.sdk
package com.launchdarkly.sdk
Base namespace for LaunchDarkly Java-based SDKs, containing common types.
-
ClassDescriptionA builder created by
LDValue.buildArray()
.An attribute name or path expression identifying a value within anLDContext
.A mutable object that uses the builder pattern to specify properties forLDContext
.A string identifier provided by the application to describe what kind of entity anLDContext
represents.A mutable object that uses the builder pattern to specify properties for a multi-kindLDContext
.An object returned by the SDK's "variation detail" methods such asboolVariationDetail
, combining the result of a flag evaluation with an explanation of how it was calculated.Describes the reason that a flag evaluation produced a particular value.Enumerated type defining the possible values ofEvaluationReason.getBigSegmentsStatus()
.Enumerated type defining the possible values ofEvaluationReason.getErrorKind()
.Enumerated type defining the possible values ofEvaluationReason.getKind()
.A collection of attributes that can be referenced in flag evaluations and analytics events.Deprecated.Deprecated.An immutable instance of any data type that is allowed in JSON.Predefined instances ofLDValue.Converter
for commonly used types.Defines a conversion betweenLDValue
and some other type.Describes the type of anLDValue
.A builder created byLDValue.buildObject()
.
LDContext
instead.