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 Type
    Method
    Description
    void
    Builds this object into the supplied builder.
  • Method Details

    • build

      void build(GroovyObject builder)
      Builds this object into the supplied builder.
      Parameters:
      builder - the target builder