A Groovy Extension Module for adding methods to the Pyramid class.
| Constructor and description | 
|---|
                                PyramidExtensionModule
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            static java.lang.String | 
                            getCsv(Pyramid pyramid)Get this Pyramid as a CSV String 
  | 
                        
 | 
                            static java.lang.String | 
                            getJson(Pyramid pyramid)Get this JSON as a JSON String 
  | 
                        
 | 
                            static java.lang.String | 
                            getXml(Pyramid pyramid)Get this Pyramid as a XML String 
  | 
                        
| Methods inherited from class | Name | 
|---|---|
class java.lang.Object | 
                            java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
                        
Get this Pyramid as a CSV String
Get this JSON as a JSON String
Get this Pyramid as a XML String