| Package | Description |
|---|---|
| org.bson.json |
JSON serialization and deserialization.
|
| Modifier and Type | Field and Description |
|---|---|
private StrictCharacterStreamJsonWriter.State |
StrictCharacterStreamJsonWriter.state |
| Modifier and Type | Method and Description |
|---|---|
static StrictCharacterStreamJsonWriter.State |
StrictCharacterStreamJsonWriter.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrictCharacterStreamJsonWriter.State[] |
StrictCharacterStreamJsonWriter.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
StrictCharacterStreamJsonWriter.checkPreconditions(StrictCharacterStreamJsonWriter.State... validStates) |
private boolean |
StrictCharacterStreamJsonWriter.checkState(StrictCharacterStreamJsonWriter.State... validStates) |