Package com.mongodb
Class DefaultDBEncoder
java.lang.Object
org.bson.BasicBSONEncoder
com.mongodb.DefaultDBEncoder
- All Implemented Interfaces:
DBEncoder
,BSONEncoder
@Deprecated(since="2021-05-27")
public class DefaultDBEncoder
extends BasicBSONEncoder
implements DBEncoder
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The default BSON encoder for BSONObject instances.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Deprecated.int
writeObject
(OutputBuffer outputBuffer, BSONObject document) Deprecated.Encode the BSONObject.Methods inherited from class org.bson.BasicBSONEncoder
done, encode, putObject, set
-
Field Details
-
FACTORY
Deprecated.
-
-
Constructor Details
-
DefaultDBEncoder
public DefaultDBEncoder()Deprecated.
-
-
Method Details
-
writeObject
Deprecated.Description copied from interface:DBEncoder
Encode the BSONObject.- Specified by:
writeObject
in interfaceDBEncoder
- Parameters:
outputBuffer
- the OutputBuffer to write todocument
- the BSONObject to write- Returns:
- the number of characters in the encoding
-
toString
Deprecated.
-