All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ArrayBuilder A builder created byLDValue.buildArray()
.AttributeRef An attribute name or path expression identifying a value within anLDContext
.ContextBuilder A mutable object that uses the builder pattern to specify properties forLDContext
.ContextKind A string identifier provided by the application to describe what kind of entity anLDContext
represents.ContextMultiBuilder A mutable object that uses the builder pattern to specify properties for a multi-kindLDContext
.EvaluationDetail<T> 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.EvaluationReason Describes the reason that a flag evaluation produced a particular value.EvaluationReason.BigSegmentsStatus Enumerated type defining the possible values ofEvaluationReason.getBigSegmentsStatus()
.EvaluationReason.ErrorKind Enumerated type defining the possible values ofEvaluationReason.getErrorKind()
.EvaluationReason.Kind Enumerated type defining the possible values ofEvaluationReason.getKind()
.JsonSerializable Marker interface for SDK classes that have a custom JSON serialization.JsonSerialization Helper methods for JSON serialization of SDK classes.LDContext A collection of attributes that can be referenced in flag evaluations and analytics events.LDGson A helper class for interoperability with application code that uses Gson.LDJackson A helper class for interoperability with application code that uses Jackson.LDUser Deprecated. useLDContext
instead.LDUser.Builder Deprecated. LDValue An immutable instance of any data type that is allowed in JSON.LDValue.Convert Predefined instances ofLDValue.Converter
for commonly used types.LDValue.Converter<T> Defines a conversion betweenLDValue
and some other type.LDValueType Describes the type of anLDValue
.ObjectBuilder A builder created byLDValue.buildObject()
.SerializationException General exception class for all errors in serializing or deserializing JSON.UserAttribute Deprecated.