|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transformer | |
---|---|
org.bson | Contains the base BSON classes and Encoder/Decoder. |
Uses of Transformer in org.bson |
---|
Methods in org.bson that return types with arguments of type Transformer | |
---|---|
static java.util.List<Transformer> |
BSON.getDecodingHooks(java.lang.Class c)
Returns the decoding hook(s) associated with the specific class |
static java.util.List<Transformer> |
BSON.getEncodingHooks(java.lang.Class c)
Returns the encoding hook(s) associated with the specified class |
Methods in org.bson with parameters of type Transformer | |
---|---|
static void |
BSON.addDecodingHook(java.lang.Class c,
Transformer t)
|
static void |
BSON.addEncodingHook(java.lang.Class c,
Transformer t)
|
static void |
BSON.removeDecodingHook(java.lang.Class c,
Transformer t)
Remove a specific encoding hook for a specific class. |
static void |
BSON.removeEncodingHook(java.lang.Class c,
Transformer t)
Remove a specific encoding hook for a specific class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |