Class Selector.Runner
java.lang.Object
software.amazon.smithy.model.selector.Selector.Runner
- Enclosing interface:
- Selector
Deprecated.
This class is no longer necessary. It was originally intended
to allow more customization to how selectors are executed against a model,
but this has proven unnecessary.
Builds the execution environment for a selector and executes selectors.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.void
selectMatches
(BiConsumer<Shape, Map<String, Set<Shape>>> matchConsumer) Deprecated.Deprecated.
-
Method Details
-
model
Deprecated. -
selectShapes
Deprecated. -
selectMatches
Deprecated.
-