Class Selector.Runner
- java.lang.Object
-
- software.amazon.smithy.model.selector.Selector.Runner
-
- Enclosing interface:
- Selector
@Deprecated public static final class Selector.Runner extends java.lang.Object
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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Selector.Runner
model(Model model)
Deprecated.void
selectMatches(java.util.function.BiConsumer<Shape,java.util.Map<java.lang.String,java.util.Set<Shape>>> matchConsumer)
Deprecated.java.util.Set<Shape>
selectShapes()
Deprecated.
-
-
-
Method Detail
-
model
@Deprecated public Selector.Runner model(Model model)
Deprecated.
-
selectShapes
@Deprecated public java.util.Set<Shape> selectShapes()
Deprecated.
-
-