Class BsonJavaScript

java.lang.Object
de.bwaldvogel.mongo.bson.BsonJavaScript
All Implemented Interfaces:
Bson, java.io.Serializable

public final class BsonJavaScript
extends java.lang.Object
implements Bson
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    BsonJavaScript​(java.lang.String code)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.String getCode()  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getCode

      public java.lang.String getCode()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object