Module tools.jackson.databind
Package tools.jackson.databind.ext.sql
package tools.jackson.databind.ext.sql
Package that contains handlers specific to SQL datatypes. While these
already existed in Jackson 2.x, in 3.x they are moved to a separate package
within databind.
Note that this package depends on java.sql and
java.sql.rowset modules.
- Since:
- 3.0
-
ClassesClassDescriptionSerializer implementation for
Blobto write as binary (for JSON and other formats Base64-encoded String, for binary formats as true binary).Compared to plain oldDate, SQL version is easier to deal with: mostly because it is more limited.Compared to regularDateserialization, we do use String representation here.NOTE: name wasSqlTimeSerializerin Jackson 2.xSimple deserializer for handlingTimestampvalues.Helper class used for isolating details of handling optional+external types (java.sql classes) from standard factories that offer them.