Uses of Interface
com.atlassian.plugins.rest.common.expand.parameter.ExpandParameter

Packages that use ExpandParameter
com.atlassian.plugins.rest.common.expand   
com.atlassian.plugins.rest.common.expand.parameter   
 

Uses of ExpandParameter in com.atlassian.plugins.rest.common.expand
 

Methods in com.atlassian.plugins.rest.common.expand that return ExpandParameter
 ExpandParameter ExpandContext.getEntityExpandParameter()
           
 ExpandParameter DefaultExpandContext.getEntityExpandParameter()
           
 

Methods in com.atlassian.plugins.rest.common.expand with parameters of type ExpandParameter
 void EntityCrawler.crawl(java.lang.Object entity, ExpandParameter expandParameter, EntityExpanderResolver expanderResolver)
          Crawls an entity for fields that should be expanded and expands them.
 

Constructors in com.atlassian.plugins.rest.common.expand with parameters of type ExpandParameter
DefaultExpandContext(T entity, Expandable expandable, ExpandParameter expandParameter)
           
 

Uses of ExpandParameter in com.atlassian.plugins.rest.common.expand.parameter
 

Classes in com.atlassian.plugins.rest.common.expand.parameter that implement ExpandParameter
 class DefaultExpandParameter
          Parses and allow easy retrieval of information of expansion parameter.
 

Methods in com.atlassian.plugins.rest.common.expand.parameter that return ExpandParameter
 ExpandParameter DefaultExpandParameter.getExpandParameter(Expandable expandable)
           
 ExpandParameter ExpandParameter.getExpandParameter(Expandable expandable)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.