Package org.ikasan.component.endpoint.mongo.encoding
package org.ikasan.component.endpoint.mongo.encoding
-
ClassesClassDescriptionTransforms 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 objectsTransforms String values that match a date or date time regex to a java.util.Date typeTransforms String values that match a number regex to the appropriate java.lang.Integer, java.lang.Long or java.lang.Double type