| java.lang.Object | ||
| ↳ | org.bson.LazyBSONObject | |
| ↳ | org.bson.KeyCachingLazyBSONObject | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.bson.LazyBSONObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks if this object contains a field with the given name.
| |||||||||||
Gets a field from this object by a given name.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.bson.LazyBSONObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.bson.BSONObject
| |||||||||||
Checks if this object contains a field with the given name.
| s | Field name for which to check |
|---|
Gets a field from this object by a given name.
| key | The name of the field fetch |
|---|