Package | Description |
---|---|
org.bson |
This package contains bson classes required for the driver
|
Modifier and Type | Method and Description |
---|---|
protected AbstractBsonReader.State |
AbstractBsonReader.getNextState()
Returns the next
State to transition to, based on the AbstractBsonReader.Context of this reader. |
AbstractBsonReader.State |
AbstractBsonReader.getState() |
static AbstractBsonReader.State |
AbstractBsonReader.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractBsonReader.State[] |
AbstractBsonReader.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBsonReader.setState(AbstractBsonReader.State newState)
Sets the new current state of this reader.
|
protected void |
AbstractBsonReader.throwInvalidState(String methodName,
AbstractBsonReader.State... validStates)
Throws an InvalidOperationException when the method called is not valid for the current state.
|
Copyright © 2016. All Rights Reserved.