Package org.bson

Class LazyBSONList

All Implemented Interfaces:
Iterable, Collection, List, SequencedCollection, BSONObject
Direct Known Subclasses:
LazyDBList

@Deprecated(since="2022-10-31") public class LazyBSONList extends LazyBSONObject implements List
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A LazyBSONObject representing a BSON array.
  • Constructor Details

    • LazyBSONList

      public LazyBSONList(byte[] bytes, LazyBSONCallback callback)
      Deprecated.
      Construct an instance with the given raw bytes and offset.
      Parameters:
      bytes - the raw BSON bytes
      callback - the callback to use to create nested values
    • LazyBSONList

      public LazyBSONList(byte[] bytes, int offset, LazyBSONCallback callback)
      Deprecated.
      Construct an instance with the given raw bytes and offset.
      Parameters:
      bytes - the raw BSON bytes
      offset - the offset into the raw bytes
      callback - the callback to use to create nested values
  • Method Details