Class Builder

  • All Implemented Interfaces:
    groovy.lang.GroovyObject
    Direct Known Subclasses:
    BaseMarkupBuilder

    public abstract class Builder
    extends groovy.lang.GroovyObjectSupport
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static class  Builder.Built  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map namespaceMethodMap  
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder​(java.util.Map namespaceMethodMap)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Object bind​(groovy.lang.Closure root)  
      • Methods inherited from class groovy.lang.GroovyObjectSupport

        getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • namespaceMethodMap

        protected final java.util.Map namespaceMethodMap
    • Constructor Detail

      • Builder

        public Builder​(java.util.Map namespaceMethodMap)
    • Method Detail

      • bind

        public abstract java.lang.Object bind​(groovy.lang.Closure root)