Package groovy.lang
Interface Buildable
- All Known Implementing Classes:
Attribute,Attributes,FilteredAttributes,FilteredNodeChildren,GPathResult,GString,GStringImpl,NoChildren,NodeChild,NodeChildren,NodeParents,ReplacementNode
public interface Buildable
Defines a type that can render itself into a builder.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(GroovyObject builder) Builds this object into the supplied builder.
-
Method Details
-
build
Builds this object into the supplied builder.- Parameters:
builder- the target builder
-