| java.lang.Object | |
| ↳ | org.bson.BSON |
Known Direct Subclasses
|
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| byte | ARRAY | ||||||||||
| byte | BINARY | ||||||||||
| byte | BOOLEAN | ||||||||||
| byte | B_BINARY | ||||||||||
| byte | B_FUNC | ||||||||||
| byte | B_GENERAL | ||||||||||
| byte | B_UUID | ||||||||||
| byte | CODE | ||||||||||
| byte | CODE_W_SCOPE | ||||||||||
| byte | DATE | ||||||||||
| byte | EOO | ||||||||||
| byte | MAXKEY | ||||||||||
| byte | MINKEY | ||||||||||
| byte | NULL | ||||||||||
| byte | NUMBER | ||||||||||
| byte | NUMBER_INT | ||||||||||
| byte | NUMBER_LONG | ||||||||||
| byte | OBJECT | ||||||||||
| byte | OID | ||||||||||
| byte | REF | ||||||||||
| byte | REGEX | ||||||||||
| byte | STRING | ||||||||||
| byte | SYMBOL | ||||||||||
| byte | TIMESTAMP | ||||||||||
| byte | UNDEFINED | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _utf8 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clears *all* decoding hooks.
| |||||||||||
Clears *all* encoding hooks.
| |||||||||||
Returns the decoding hook(s) associated with the specific class
| |||||||||||
Returns the encoding hook(s) associated with the specified class
| |||||||||||
Converts a string of regular expression flags from the database in Java regular
expression flags.
| |||||||||||
Converts Java regular expression flags into a string of flags for the database
| |||||||||||
Remove a specific encoding hook for a specific class.
| |||||||||||
Remove all decoding hooks for a specific class.
| |||||||||||
Remove a specific encoding hook for a specific class.
| |||||||||||
Remove all encoding hooks for a specific class.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Clears *all* decoding hooks.
Clears *all* encoding hooks.
Returns the decoding hook(s) associated with the specific class
Returns the encoding hook(s) associated with the specified class
Converts a string of regular expression flags from the database in Java regular expression flags.
| flags | flags from database |
|---|
Converts Java regular expression flags into a string of flags for the database
| flags | Java flags |
|---|
Remove a specific encoding hook for a specific class.
Remove a specific encoding hook for a specific class.