Package org.bson.types
Class Symbol
java.lang.Object
org.bson.types.Symbol
- All Implemented Interfaces:
Serializable
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Class to hold an instance of the BSON symbol type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Symbol
Deprecated.Construct a new instance with the given symbol.- Parameters:
symbol- the symbol
-
-
Method Details
-
getSymbol
Deprecated.Gets the symbol.- Returns:
- the symbol
-
equals
Deprecated.Will compare equal to a String that is equal to the String that this holds -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-