Class PropertyMap

java.lang.Object
com.google.gerrit.server.PropertyMap

public class PropertyMap extends Object
Immutable map that holds a collection of random objects allowing for a type-safe retrieval.

Intended to be used in CurrentUser when the object is constructed during login and holds per-request state. This functionality allows plugins/extensions to contribute specific data to CurrentUser that is unknown to Gerrit core.