Class 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 Classes 
      Modifier and Type Class Description
      static class  KubernetesParser.Builder  
      • Nested classes/interfaces inherited from interface org.openrewrite.Parser

        org.openrewrite.Parser.Input
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static KubernetesParser.Builder builder()  
      java.util.List<org.openrewrite.yaml.tree.Yaml.Documents> parseInputs​(java.lang.Iterable<org.openrewrite.Parser.Input> sources, @Nullable java.nio.file.Path relativeTo, org.openrewrite.ExecutionContext ctx)  
      • Methods inherited from class org.openrewrite.yaml.YamlParser

        accept, parse, sourcePathFromSourceText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.openrewrite.Parser

        accept, acceptedInputs, parse, parse, reset
    • Method Detail

      • parseInputs

        public java.util.List<org.openrewrite.yaml.tree.Yaml.Documents> parseInputs​(java.lang.Iterable<org.openrewrite.Parser.Input> sources,
                                                                                    @Nullable
                                                                                    @Nullable java.nio.file.Path relativeTo,
                                                                                    org.openrewrite.ExecutionContext ctx)
        Specified by:
        parseInputs in interface org.openrewrite.Parser<org.openrewrite.yaml.tree.Yaml.Documents>
        Overrides:
        parseInputs in class org.openrewrite.yaml.YamlParser