Functions to set Java bean properties via property descriptors.
Functions to set Java bean properties via property descriptors.
(get-property-class write-method)
Returns the class of a property by the given property write method.
Returns the class of a property by the given property write method.
(property-descriptor inst prop-name)
Returns the property descriptor for the property with the given name.
Returns the property descriptor for the property with the given name.
(set-properties! inst prop-map)
Sets the properties given in the map to the instance.
Sets the properties given in the map to the instance.
(set-property! inst prop value)
Sets the property on the given instance to value.
Sets the property on the given instance to value.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close