Package org.openrewrite.yaml
Class YamlParser
- java.lang.Object
-
- org.openrewrite.yaml.YamlParser
-
public class YamlParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description YamlParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Yaml.Documentsparse(java.lang.String source)Yaml.Documentsparse(java.nio.file.Path sourceFile, java.nio.file.Path relativeTo)java.util.List<Yaml.Documents>parse(java.util.List<java.nio.file.Path> sourceFiles, java.nio.file.Path relativeTo)
-
-
-
Method Detail
-
parse
public Yaml.Documents parse(java.lang.String source)
-
parse
public java.util.List<Yaml.Documents> parse(java.util.List<java.nio.file.Path> sourceFiles, @Nullable java.nio.file.Path relativeTo)
-
parse
public Yaml.Documents parse(java.nio.file.Path sourceFile, @Nullable java.nio.file.Path relativeTo)
-
-