com.atlassian.plugins.rest.common.expand
Interface SelfExpanding


public interface SelfExpanding

Represents a JAXB rest data object that is expandable and is capable of expanding itself. It does not need an accompanying EntityExpander but instead can be expanded by the generic SelfExpandingExpander.

Since:
v1.0.7
Author:
Erik van Zijst
See Also:
SelfExpandingExpander

Method Summary
 void expand()
          Instructs the self-expanding rest data entity to expand itself.
 

Method Detail

expand

void expand()
Instructs the self-expanding rest data entity to expand itself.



Copyright © 2014 Atlassian. All Rights Reserved.