| 程序包 | 说明 |
|---|---|
| org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Transformer> |
BSON.getDecodingHooks(Class c)
Returns the decoding hook(s) associated with the specific class
|
static List<Transformer> |
BSON.getEncodingHooks(Class c)
Returns the encoding hook(s) associated with the specified class
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
BSON.addDecodingHook(Class c,
Transformer t) |
static void |
BSON.addEncodingHook(Class c,
Transformer t) |
static void |
BSON.removeDecodingHook(Class c,
Transformer t)
Remove a specific encoding hook for a specific class.
|
static void |
BSON.removeEncodingHook(Class c,
Transformer t)
Remove a specific encoding hook for a specific class.
|
Copyright © 2015. All Rights Reserved.