Class MValueConverter


  • @Internal("This class is not part of the public API")
    public class MValueConverter
    extends Object
    This class exists to provide access to package visible symbols, to MValue
    • Constructor Detail

      • MValueConverter

        protected MValueConverter()
    • Method Detail

      • toNative

        @Nullable
        protected Object toNative​(@NonNull
                                  com.couchbase.lite.internal.fleece.MValue val,
                                  @Nullable
                                  com.couchbase.lite.internal.fleece.MCollection parent,
                                  @NonNull
                                  AtomicBoolean cacheIt)