Class TypeTable.Reader.Options
java.lang.Object
org.openrewrite.java.internal.parser.TypeTable.Reader.Options
- Enclosing class:
TypeTable.Reader
Options for controlling how type tables are read.
This allows for flexible filtering and processing of type table entries.
Uses a builder pattern for future extensibility without breaking changes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEnhanced builder with convenience methods. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TypeTable.Reader.OptionsmatchAll()Creates options that match all artifacts.
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
matchAll
Creates options that match all artifacts.
-