| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.json.StreamingJsonDelegate
class StreamingJsonDelegate extends Object
| Property Summary | |
|---|---|
        boolean | 
        
            first
             | 
        
        Writer | 
        
            writer
             | 
        
| Constructor Summary | |
            StreamingJsonDelegate(Writer w, boolean first)
             | 
        |
| Method Summary | |
|---|---|
            static def
         | 
        
            cloneDelegateAndGetContent(Writer w, Closure c, boolean first = true )
             | 
        
            def
         | 
        
            invokeMethod(String name, Object args)
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Property Detail | 
|---|
boolean first
Writer writer
| Constructor Detail | 
|---|
StreamingJsonDelegate(Writer w, boolean first)
| Method Detail | 
|---|
static def cloneDelegateAndGetContent(Writer w, Closure c, boolean first = true )
def invokeMethod(String name, Object args)
Copyright © 2003-2011 The Codehaus. All rights reserved.