Class SimpleShape

java.lang.Object
software.amazon.smithy.model.shapes.Shape
software.amazon.smithy.model.shapes.SimpleShape
All Implemented Interfaces:
Comparable<Shape>, FromSourceLocation, ToShapeId, Tagged
Direct Known Subclasses:
BlobShape, BooleanShape, DocumentShape, NumberShape, StringShape, TimestampShape

public abstract class SimpleShape extends Shape
Abstract class representing all simple type shapes.