public interface Buildable
Defines a type that can render itself into a builder.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
build(GroovyObject builder)Builds this object into the supplied builder. |
Builds this object into the supplied builder.
builder - the target builder