com.atlassian.confluence.rest.enrich
Class StaticEnricherFilter

java.lang.Object
  extended by com.atlassian.confluence.rest.enrich.StaticEnricherFilter

public class StaticEnricherFilter
extends java.lang.Object

Provides static access to the enrichment stack, this is provided to allow our rest doc to generate accurate examples


Constructor Summary
StaticEnricherFilter()
           
 
Method Summary
static
<T> java.util.List<T>
enrich(java.util.List<T> obj)
           
static java.util.Map enrich(java.util.Map obj)
           
static java.lang.Object enrich(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticEnricherFilter

public StaticEnricherFilter()
Method Detail

enrich

public static java.lang.Object enrich(java.lang.Object obj)

enrich

public static <T> java.util.List<T> enrich(java.util.List<T> obj)

enrich

public static java.util.Map enrich(java.util.Map obj)


Copyright © 2003-2014 Atlassian. All Rights Reserved.