| Type Params | Return Type | Name and description |
|---|---|---|
|
public abstract void |
build(GroovyObject builder, Map namespaceMap, Map<String, String> namespaceTagHints)Emits this lazy replacement through the supplied builder. |
|
public void |
build(GroovyObject builder)Builds this object into the supplied builder.
|
|
public Writer |
writeTo(Writer out)NOP |
Emits this lazy replacement through the supplied builder.
builder - target buildernamespaceMap - namespace declarations already in scopenamespaceTagHints - preferred namespace prefixesBuilds this object into the supplied builder.
builder - the target builder