Class DefaultTrait

java.lang.Object
software.amazon.smithy.model.traits.AbstractTrait
software.amazon.smithy.model.traits.DefaultTrait
All Implemented Interfaces:
FromSourceLocation, ToNode, ToShapeId, Trait

public final class DefaultTrait extends AbstractTrait
Indicates that a shape is defaulted, meaning a zero value is used when one is not provided.
  • Field Details

    • ID

      public static final ShapeId ID
  • Constructor Details

    • DefaultTrait

      public DefaultTrait(Node value)
  • Method Details

    • createNode

      protected Node createNode()
      Description copied from class: AbstractTrait
      The result of toNode is used for hashCodes and equality. Subclasses must implement createNode to turn the trait into a Node. This is then cached for subsequent retrievals.
      Specified by:
      createNode in class AbstractTrait
      Returns:
      Returns the trait as a node.