com.atlassian.crowd.plugin.rest.entity
Class MultiValuedAttributeEntityListExpander

java.lang.Object
  extended by com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<MultiValuedAttributeEntityList>
      extended by com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityListExpander
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.EntityExpander<MultiValuedAttributeEntityList>

public class MultiValuedAttributeEntityListExpander
extends com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<MultiValuedAttributeEntityList>

Expands an MultiValuedAttributeEntityList. This expander simply returns the current attribute entity list since the attribute list's parent entity expander should have expanded the attribute list.

Since:
v2.1

Constructor Summary
MultiValuedAttributeEntityListExpander()
           
 
Method Summary
protected  MultiValuedAttributeEntityList expandInternal(MultiValuedAttributeEntityList entity)
           
 
Methods inherited from class com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander
expand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiValuedAttributeEntityListExpander

public MultiValuedAttributeEntityListExpander()
Method Detail

expandInternal

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


Copyright © 2012 Atlassian. All Rights Reserved.