Liking cljdoc? Tell your friends :D

sails-forth.clojurify

Translates between SalesForce string API type/attribute names and more Clojure-y keywords.

Translates between SalesForce string API type/attribute names and
more Clojure-y keywords.
raw docstring

default-coerce-from-salesforcecljmultimethod


default-coerce-to-salesforcecljmultimethod


double-typeclj


field->attrclj

(field->attr field)

Derives a clojurey attribute keyword representation of a Salesforce field. This converts snake case to kebob case, removes any custom field suffix, and removes the Id suffix from native reference types.

Derives a clojurey attribute keyword representation of a Salesforce field.
This converts snake case to kebob case, removes any custom field suffix,
and removes the Id suffix from native reference types.
raw docstring

field->refers-attrclj

(field->refers-attr field)

Derives a clojurey attribute keyword representation of the Salesforce relation about which this field refers

Derives a clojurey attribute keyword representation of the Salesforce
relation about which this field refers
raw docstring

object->attrclj

(object->attr object)

Derives a clojurey type keyword representation of a Salesforce object. This converts snake case to kebob case and removes any custom field suffix.

Derives a clojurey type keyword representation of a Salesforce object.
This converts snake case to kebob case and removes any custom field suffix.
raw docstring

parse-valueclj

Parses the given value according to its field type and other characteristics

Parses the given value according to its field type and other characteristics
raw docstring

render-valueclj

Parses the given value according to its field type and other characteristics

Parses the given value according to its field type and other characteristics
raw docstring

set-mapclj

(set-map entries)

Builds a map from the given seq of entries, raising on any duplicate key

Builds a map from the given seq of entries, raising on any duplicate key
raw docstring

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

× close