| Class | Description |
|---|---|
| BsonEncodingJsonNullToNullTransformer |
Transforms net.sf.json.JSONNull objects to null, so can be encoded by the BSONEncoder
This a work-around for how the BSONEncoder is unable to serialise instances of these objects
|
| BsonEncodingStringToDateTransformer |
Transforms String values that match a date or date time regex to a java.util.Date type
|
| BsonEncodingStringToNumberTransformer |
Transforms String values that match a number regex to the appropriate java.lang.Integer, java.lang.Long or
java.lang.Double type
|
Copyright © 2007-2017 Ikasan. All Rights Reserved.