Package software.amazon.smithy.model.loader
-
Class Summary Class Description ModelAssembler Assembles and validates aModelfrom documents, files, shapes, and other sources.ModelDiscovery Discovers Smithy models by finding allMETA-INF/smithy/manifestfiles on the class path and loading all of the newline separated relative model files referenced from the manifest.ParserUtils Utility methods that act on aSimpleParserand parse Smithy grammar productions.Prelude Represents the prelude model available to every Smithy model.TopologicalShapeSort Topologically sorts shapes based on their dependencies (i.e., mixins). -
Exception Summary Exception Description ModelImportException Exception thrown when a model fails to be imported.ModelManifestException ModelSyntaxException Thrown when the syntax of the IDL is invalid.TopologicalShapeSort.CycleException Thrown when cycles exist between shapes.