Package org.openrewrite.kubernetes
Class KubernetesParser
java.lang.Object
org.openrewrite.yaml.YamlParser
org.openrewrite.kubernetes.KubernetesParser
- All Implemented Interfaces:
org.openrewrite.Parser<org.openrewrite.yaml.tree.Yaml.Documents>
public final class KubernetesParser
extends org.openrewrite.yaml.YamlParser
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.openrewrite.Parser
org.openrewrite.Parser.Input -
Method Summary
Modifier and TypeMethodDescriptionstatic KubernetesParser.Builderbuilder()List<org.openrewrite.yaml.tree.Yaml.Documents>parseInputs(Iterable<org.openrewrite.Parser.Input> sources, @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx) Methods inherited from class org.openrewrite.yaml.YamlParser
accept, parse, sourcePathFromSourceTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.Parser
accept, acceptedInputs, parse, parse, reset
-
Method Details
-
builder
-
parseInputs
public List<org.openrewrite.yaml.tree.Yaml.Documents> parseInputs(Iterable<org.openrewrite.Parser.Input> sources, @Nullable @Nullable Path relativeTo, org.openrewrite.ExecutionContext ctx) - Specified by:
parseInputsin interfaceorg.openrewrite.Parser<org.openrewrite.yaml.tree.Yaml.Documents>- Overrides:
parseInputsin classorg.openrewrite.yaml.YamlParser
-