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
Blob
to 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 regularDate
serialization, we do use String representation here.NOTE: name wasSqlTimeSerializer
in Jackson 2.xSimple deserializer for handlingTimestamp
values.Helper class used for isolating details of handling optional+external types (java.sql classes) from standard factories that offer them.