Class ContentEntityExpander
java.lang.Object
com.atlassian.plugins.rest.api.expand.expander.AbstractEntityExpander<ContentEntity>
com.atlassian.confluence.plugins.rest.jackson2.entities.ContentEntityExpander
- All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.expander.EntityExpander<ContentEntity>
public class ContentEntityExpander
extends com.atlassian.plugins.rest.api.expand.expander.AbstractEntityExpander<ContentEntity>
A recursive EntityExpander to expand
ContentEntity
objects.-
Constructor Summary
ConstructorsConstructorDescriptionContentEntityExpander
(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestContentManager restContentManager) -
Method Summary
Methods inherited from class com.atlassian.plugins.rest.api.expand.expander.AbstractEntityExpander
expand
-
Constructor Details
-
ContentEntityExpander
public ContentEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestContentManager restContentManager)
-
-
Method Details
-
expandInternal
- Specified by:
expandInternal
in classcom.atlassian.plugins.rest.api.expand.expander.AbstractEntityExpander<ContentEntity>
-