Class PropertyMap

java.lang.Object
com.atlassian.bitbucket.property.PropertyMap
All Implemented Interfaces:
Map<String,Object>

public class PropertyMap extends Object implements Map<String,Object>
Immutable collection of properties mapped by string keys. Allows for storing any object as a property value.

It is strongly encouraged that the property values can be marshalled to/from JSON, or they will not be included in REST responses.

See Also: