Class BsonJavaScriptWithScopeCodec

java.lang.Object
org.bson.codecs.BsonJavaScriptWithScopeCodec
All Implemented Interfaces:
Codec<BsonJavaScriptWithScope>, Decoder<BsonJavaScriptWithScope>, Encoder<BsonJavaScriptWithScope>

@Deprecated(since="2022-10-31") public class BsonJavaScriptWithScopeCodec extends Object implements Codec<BsonJavaScriptWithScope>
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A Codec for BsonJavaScriptWithScope instances.
Since:
3.0
  • Constructor Details

    • BsonJavaScriptWithScopeCodec

      public BsonJavaScriptWithScopeCodec(Codec<BsonDocument> documentCodec)
      Deprecated.
      Construct a new instance with the given codec to use for the nested document
      Parameters:
      documentCodec - the non-null codec for the nested document
  • Method Details