mirror of
https://github.com/corda/corda.git
synced 2024-12-22 14:22:28 +00:00
a9f572c366
Move Jackson client support into net.corda.client.jackson package to match naming scheme used elsewhere
352 B
352 B
Package net.corda.finance.utils
A collection of utilities for summing financial states, for example, summing obligations to get total debts.
Package net.corda.client.jackson
Utilities and serialisers for working with JSON representations of basic types. This adds Jackson support for the java.time API, some core types, and Kotlin data classes.