Package software.amazon.smithy.model.selector
-
Interface Summary Interface Description AttributeValue Selector attribute values are the data model of selectors.Selector Matches a set of shapes using a selector expression. -
Class Summary Class Description PathFinder Finds the possible directed relationship paths from a starting shape to shapes connected to the starting shape that match a selector.PathFinder.Path An immutableRelationship
path from a starting shape to an end shape.Selector.Runner Builds the execution environment for a selector and executes selectors. -
Exception Summary Exception Description SelectorSyntaxException Exception thrown when a selector expression is invalid.