|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object groovy.json.StreamingJsonDelegate
class StreamingJsonDelegate
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-2013 The Codehaus. All rights reserved.