Uses of Class
org.bson.AbstractBsonReader.Context
-
Packages that use AbstractBsonReader.Context Package Description org.bson Contains the base BSON classes.org.bson.json JSON serialization and deserialization. -
-
Uses of AbstractBsonReader.Context in org.bson
Subclasses of AbstractBsonReader.Context in org.bson Modifier and Type Class Description protected class
BsonBinaryReader.Context
protected class
BsonDocumentReader.Context
Methods in org.bson that return AbstractBsonReader.Context Modifier and Type Method Description protected AbstractBsonReader.Context
AbstractBsonReader. getContext()
Get the context, which will indicate which state the reader is in, for example which part of a document it's currently reading.protected AbstractBsonReader.Context
AbstractBsonReader.Context. getParentContext()
Returns the parent context.protected AbstractBsonReader.Context
AbstractBsonReader.Mark. getParentContext()
Methods in org.bson with parameters of type AbstractBsonReader.Context Modifier and Type Method Description protected void
AbstractBsonReader. setContext(AbstractBsonReader.Context context)
Set the context, which will indicate which state the reader is in, for example which part of a document it's currently reading.Constructors in org.bson with parameters of type AbstractBsonReader.Context Constructor Description Context(AbstractBsonReader.Context parentContext, BsonContextType contextType)
Creates a new instance. -
Uses of AbstractBsonReader.Context in org.bson.json
Subclasses of AbstractBsonReader.Context in org.bson.json Modifier and Type Class Description protected class
JsonReader.Context
Constructors in org.bson.json with parameters of type AbstractBsonReader.Context Constructor Description Context(AbstractBsonReader.Context parentContext, BsonContextType contextType)
-