[Java] Class Builder
- groovy.xml.streamingmarkupsupport.Builder
public abstract class Builder extends GroovyObjectSupport
Nested Class Summary
Modifiers | Name | Description |
---|---|---|
protected static class | Builder.Built |
Field Summary
Modifiers | Name | Description |
---|---|---|
protected Map | namespaceMethodMap |
Constructor Summary
Constructor and description |
---|
Builder
(Map namespaceMethodMap) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public abstract Object |
bind(Closure root) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class GroovyObjectSupport | getMetaClass, setMetaClass |
Field Detail
protected final Map namespaceMethodMap
Constructor Detail
public Builder(Map namespaceMethodMap)
Method Detail
public abstract Object bind(Closure root)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/xml/streamingmarkupsupport/Builder.html