Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.beaninfo

Functions to set Java bean properties via property descriptors.

Functions to set Java bean properties via property descriptors.
raw docstring

get-property-classclj

(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.
sourceraw docstring

property-descriptorclj

(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.
sourceraw docstring

set-properties!clj

(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.
sourceraw docstring

set-property!clj

(set-property! inst prop value)

Sets the property on the given instance to value.

Sets the property on the given instance to value.
sourceraw docstring

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

× close