Uses of Package
tools.jackson.databind.ext.sql
Packages that use tools.jackson.databind.ext.sql
Package
Description
Package that contains handlers specific to SQL datatypes.
-
Classes in tools.jackson.databind.ext.sql used by tools.jackson.databind.ext.sqlClassDescriptionSerializer 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.