Class RestEntity<T>
java.lang.Object
com.atlassian.confluence.rest.v2.api.model.RestObject
com.atlassian.confluence.rest.v2.api.model.RestEntity<T>
- Type Parameters:
T
-
This entity participates in our object serialization by jackson, and allows objects to be enriched with extra
properties during serialization. It wraps a model object, but also exposes all JsonProperty annotated fields in the
map as jsonProperties. This map of properties is added to by the property enrichers, and is ultimately used by the
RestEntitySerializer to convert the object to json
- Since:
- 9.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.confluence.rest.v2.api.model.RestObject
RestObject.Properties
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.v2.api.model.RestObject
jsonProperties
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.rest.v2.api.model.RestObject
getProperty, hasProperty, properties, putProperties, putProperty, removeProperty