Liking cljdoc? Tell your friends :D

clojurewerkz.money.currencies

Provides functions that return currency units by their ISO 4217 codes and country codes.

Includes var aliases for org.joda.money.CurrencyUnit constants, for example, clojurewerkz.money.currencies/USD or clojurewerkz.money.currencies/GBP.

Provides functions that return currency units by their ISO 4217 codes and country
codes.

Includes var aliases for org.joda.money.CurrencyUnit constants, for example,
clojurewerkz.money.currencies/USD or clojurewerkz.money.currencies/GBP.
raw docstring

clojurewerkz.money.hiccup

Provides Hiccup integration: HTML rendering of monetary amounts

Provides Hiccup integration: HTML rendering of monetary amounts
raw docstring

No vars found in this namespace.

clojurewerkz.money.json

Provides Cheshire integration.

org.joda.money.Money instances are serialized to strings with human-readable amounts following ISO-4217 currency codes.

Currency units are serialized to strings by taking their ISO-4217 codes.

Provides Cheshire integration.

org.joda.money.Money instances are serialized to strings with human-readable
amounts following ISO-4217 currency codes.

Currency units are serialized to strings by taking their ISO-4217 codes.
raw docstring

No vars found in this namespace.

clojurewerkz.money.monger

Provides Monger integration by extending Monger's BSON serialization protocol for org.joda.money.CurrencyUnit and Money.

Note that while dumping (serialization) of monetary amounts is automatic, they are stored in regular BSON documents. Monger and Money do not automatically instantiate monetary amounts when documents are loaded.

That can be done manually using the from-stored-map function.

Provides Monger integration by extending Monger's BSON serialization protocol
for org.joda.money.CurrencyUnit and Money.

Note that while dumping (serialization) of monetary amounts is automatic, they are
stored in regular BSON documents. Monger and Money do not automatically instantiate
monetary amounts when documents are loaded.

That can be done manually using the from-stored-map function.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close