Uses of Interface
com.atlassian.confluence.plugins.restapi.enrich.RestObjectEnricher
-
-
Uses of RestObjectEnricher in com.atlassian.confluence.plugins.restapi.enrich
Subinterfaces of RestObjectEnricher in com.atlassian.confluence.plugins.restapi.enrich Modifier and Type Interface Description interface
CollectionEnricher
Enriches collections with extra properties that participate in json or graph-ql serialization.interface
EntityEnricher
Enriches entities with extra properties that participate in json or graph-ql serialization. -
Uses of RestObjectEnricher in com.atlassian.confluence.plugins.restapi.enrich.documentation
Classes in com.atlassian.confluence.plugins.restapi.enrich.documentation that implement RestObjectEnricher Modifier and Type Class Description class
RequestEntityEnricher
Removes _links and _expandable fields from request objects. -
Uses of RestObjectEnricher in com.atlassian.confluence.plugins.restapi.enrich.model
Classes in com.atlassian.confluence.plugins.restapi.enrich.model that implement RestObjectEnricher Modifier and Type Class Description class
ContentEnricher
Modifies RestEntities that wrap Content objects in preparation for being serializedclass
RestListLinkEnricher
Enricher which populates extra links inContentRestrictionsPageResponse
s At the moment of creation it did not enrich any otherRestList
s.class
SpaceEnricher
-