public abstract class BuilderSupport extends GroovyObjectSupport
Base class for creating arbitrary nested trees of objects or events.
| Constructor and description |
|---|
BuilderSupport() |
BuilderSupport(BuilderSupport proxyBuilder) |
BuilderSupport(Closure nameMappingClosure, BuilderSupport proxyBuilder) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Object |
invokeMethod(String methodName)Convenience method when no arguments are required. |
|
public Object |
invokeMethod(String methodName, Object args) |
| Methods inherited from class | Name |
|---|---|
class GroovyObjectSupport |
getMetaClass, setMetaClass |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.