Class SpaceEntityExpander

  • All Implemented Interfaces:
    com.atlassian.plugins.rest.common.expand.EntityExpander<SpaceEntity>

    public class SpaceEntityExpander
    extends com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<SpaceEntity>
    A recursive EntityExpander to expand SpaceEntity objects.
    • Constructor Detail

      • SpaceEntityExpander

        public SpaceEntityExpander​(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate,
                                   RestSpaceManager restSpaceManager)
    • Method Detail

      • expandInternal

        protected SpaceEntity expandInternal​(SpaceEntity entity)
        Specified by:
        expandInternal in class com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<SpaceEntity>