Liking cljdoc? Tell your friends :D

clj-rest-client.conform


->date-formatcljmacro

(->date-format formatter)
(->date-format formatter parse-type-constructor)

Conformer for java.util.Date and java.time objects using the supplied formatter.

You can supply time object constructor fn for unform. This fn is called with java.time.TemporalAccessor parse object. Defaults to clj-rest-client.conform/parse-dt (see its docs).

Conformer for java.util.Date and java.time objects using the supplied formatter.

You can supply time object constructor fn for unform. This fn is called with java.time.TemporalAccessor parse object.
Defaults to `clj-rest-client.conform/parse-dt` (see its docs).
sourceraw docstring

->jsonclj

A conformer that conforms to JSON

A conformer that conforms to JSON
sourceraw docstring

->json*clj

(->json* cheshire-opts)

Create a new conformer that conforms to JSON with added params.

Create a new conformer that conforms to JSON with added params.
sourceraw docstring

->json?clj

A conformer that conforms to JSON, but it doesn't convert nil to "null"

A conformer that conforms to JSON, but it doesn't convert nil to "null"
sourceraw docstring

->json?*clj

(->json?* cheshire-opts)

Create a new conformer that conforms to JSON with added params, but it doesn't convert nil to "null"

Create a new conformer that conforms to JSON with added params, but it doesn't convert nil to "null"
sourceraw docstring

parse-dtclj

(parse-dt parsed)

Converts temporal accessor to java.time object depending on the availability of data:

  • LocalDate
  • LocalTime, OffsetTime
  • LocalDateTime, ZonedDateTime
  • YearMonth
  • Year
Converts temporal accessor to java.time object depending on the availability of data:
- LocalDate
- LocalTime, OffsetTime
- LocalDateTime, ZonedDateTime
- YearMonth
- Year
sourceraw docstring

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

× close