Package org.openrewrite
Class Parser.Builder
java.lang.Object
org.openrewrite.Parser.Builder
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
PlainTextParser.Builder
,QuarkParser.Builder
- Enclosing interface:
- Parser
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
getDslName
The name of the domain specific language this parser builder produces a parser for. Used to disambiguate when multiple different parsers are potentially applicable to a source. For example, determining that MavenParser should be used for a pom.xml instead of XmlParser. -
clone
-