org.cubeengine.reflect.codec.mongo.node
Class ObjectIdNode

java.lang.Object
  extended by org.cubeengine.converter.node.Commentable
      extended by org.cubeengine.converter.node.Node<org.bson.types.ObjectId>
          extended by org.cubeengine.reflect.codec.mongo.node.ObjectIdNode

public class ObjectIdNode
extends org.cubeengine.converter.node.Node<org.bson.types.ObjectId>


Constructor Summary
ObjectIdNode(org.bson.types.ObjectId value)
           
 
Method Summary
 String asString()
           
 String asText()
           
 org.bson.types.ObjectId getValue()
           
 
Methods inherited from class org.cubeengine.converter.node.Node
isInherited, setInherited
 
Methods inherited from class org.cubeengine.converter.node.Commentable
getComments, setComments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIdNode

public ObjectIdNode(org.bson.types.ObjectId value)
Method Detail

asText

public String asText()
Specified by:
asText in class org.cubeengine.converter.node.Node<org.bson.types.ObjectId>

getValue

public org.bson.types.ObjectId getValue()
Specified by:
getValue in class org.cubeengine.converter.node.Node<org.bson.types.ObjectId>

asString

public String asString()
Specified by:
asString in class org.cubeengine.converter.node.Node<org.bson.types.ObjectId>


Copyright © 2013–2017. All rights reserved.