- groovy.json.StreamingJsonDelegate
-
-
Properties Summary
Properties
| Type |
Name and description |
boolean |
first
|
Writer |
writer
|
-
Methods Summary
-
Inherited Methods Summary
-
-
Constructor Detail
-
StreamingJsonDelegate(Writer w, boolean first)
-
Method Detail
-
static def cloneDelegateAndGetContent(Writer w, groovy.lang.Closure c, boolean first = true )
-
static def curryDelegateAndGetContent(Writer w, groovy.lang.Closure c, Object o, boolean first = true)
-
static boolean isCollectionWithClosure(Object[] args)
-
static def writeCollectionWithClosure(Writer writer, Collection coll, groovy.lang.Closure closure)
Copyright © 2003-2014 The Codehaus. All rights reserved.