Package com.mongodb
Class DocumentToDBRefTransformer
java.lang.Object
com.mongodb.DocumentToDBRefTransformer
- All Implemented Interfaces:
Transformer
@Deprecated(since="2021-05-27")
public final class DocumentToDBRefTransformer
extends Object
implements Transformer
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A Document to DBRef Transformer.
Can be used with any
Codec
that takes a Transformer
.- Since:
- 3.5
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DocumentToDBRefTransformer
public DocumentToDBRefTransformer()Deprecated.
-
-
Method Details
-
transform
Deprecated.Description copied from interface:Transformer
Turns theobjectToTransform
into some otherObject
. This can either be turning a simple BSON-friendly object into a different Java type, or it can be turning a Java type that can't automatically be converted into BSON into something that can.- Specified by:
transform
in interfaceTransformer
- Parameters:
value
- the object that needs to be transformed.- Returns:
- the new transformed object.
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-