Class BuilderClassSection
- java.lang.Object
-
- software.amazon.smithy.traitcodegen.sections.BuilderClassSection
-
- All Implemented Interfaces:
CodeSection
public final class BuilderClassSection extends java.lang.Object implements CodeSection
Contains the static builder class for a shape.
-
-
Constructor Summary
Constructors Constructor Description BuilderClassSection(Symbol symbol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Symbol
symbol()
Symbol
representing the enclosing class for this builder.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.smithy.utils.CodeSection
sectionName
-
-