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.
(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.
(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
(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.
Parses the given value according to its field type and other characteristics
Parses the given value according to its field type and other characteristics
Parses the given value according to its field type and other characteristics
Parses the given value according to its field type and other characteristics
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close