Class LDValue.Convert

java.lang.Object
com.launchdarkly.sdk.LDValue.Convert
Enclosing class:
LDValue

public abstract static class LDValue.Convert extends Object
Predefined instances of LDValue.Converter for commonly used types.

These are mostly useful for methods that convert LDValue to or from a collection of some type, such as LDValue.Converter.arrayOf(Object...) and LDValue.valuesAs(Converter).