java.lang.Object | ||
↳ | org.bson.LazyBSONObject | |
↳ | org.bson.KeyCachingLazyBSONObject |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 |
---|