org.cubeengine.reflect.codec.mongo.node
Class ObjectIdNode
java.lang.Object
org.cubeengine.converter.node.Commentable
org.cubeengine.converter.node.Node<org.bson.types.ObjectId>
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)
|
| 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 |
ObjectIdNode
public ObjectIdNode(org.bson.types.ObjectId value)
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.