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 Details

    • ContentEntityExpander

      public ContentEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestContentManager restContentManager)
  • Method Details

    • expandInternal

      protected ContentEntity expandInternal(ContentEntity entity)
      Specified by:
      expandInternal in class com.atlassian.plugins.rest.api.expand.expander.AbstractEntityExpander<ContentEntity>