Class ClassSection
- java.lang.Object
-
- software.amazon.smithy.traitcodegen.sections.ClassSection
-
- All Implemented Interfaces:
CodeSection
public final class ClassSection extends java.lang.Object implements CodeSection
Contains a Java class defining a trait or nested shape.
-
-
Constructor Summary
Constructors Constructor Description ClassSection(Shape shape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shape
shape()
Shape
that this Java class represents.-
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
-
-