com.atlassian.confluence.plugins.restapi.enrich.documentation
Class RequestEntityEnricher

java.lang.Object
  extended by com.atlassian.confluence.plugins.restapi.enrich.documentation.RequestEntityEnricher
All Implemented Interfaces:
EntityEnricher

public class RequestEntityEnricher
extends Object
implements EntityEnricher

Removes _links and _expendable fields from request objects.


Constructor Summary
RequestEntityEnricher()
           
 
Method Summary
 void enrich(RestEntity entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestEntityEnricher

public RequestEntityEnricher()
Method Detail

enrich

public void enrich(@Nonnull
                   RestEntity entity)
Specified by:
enrich in interface EntityEnricher


Copyright © 2003–2015 Atlassian. All rights reserved.