Class ClassSection

java.lang.Object
software.amazon.smithy.traitcodegen.sections.ClassSection
All Implemented Interfaces:
CodeSection

public final class ClassSection extends Object implements CodeSection
Contains a Java class defining a trait or nested shape.
  • Constructor Details

    • ClassSection

      public ClassSection(Shape shape)
  • Method Details

    • shape

      public Shape shape()
      Shape that this Java class represents.