Class LDValueConverter


  • public class LDValueConverter
    extends java.lang.Object
    Provides methods for converting an LDValue into an OpenFeature Value.
    • Constructor Summary

      Constructors 
      Constructor Description
      LDValueConverter​(com.launchdarkly.logging.LDLogger logger)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      dev.openfeature.sdk.Value toValue​(com.launchdarkly.sdk.LDValue value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LDValueConverter

        public LDValueConverter​(com.launchdarkly.logging.LDLogger logger)
    • Method Detail

      • toValue

        public dev.openfeature.sdk.Value toValue​(com.launchdarkly.sdk.LDValue value)