A C D E F G I L M O P S V W Y 
All Classes All Packages

A

accept(Path) - Method in class org.openrewrite.yaml.YamlParser
 
accept(TreeVisitor<R, P>, P) - Method in interface org.openrewrite.yaml.tree.Yaml
 
acceptYaml(YamlVisitor<P>, P) - Method in interface org.openrewrite.yaml.tree.Yaml
 
acceptYaml(YamlVisitor<P>, P) - Method in class org.openrewrite.yaml.tree.Yaml.Document
 
acceptYaml(YamlVisitor<P>, P) - Method in class org.openrewrite.yaml.tree.Yaml.Documents
 
acceptYaml(YamlVisitor<P>, P) - Method in class org.openrewrite.yaml.tree.Yaml.Mapping
 
acceptYaml(YamlVisitor<P>, P) - Method in class org.openrewrite.yaml.tree.Yaml.Mapping.Entry
 
acceptYaml(YamlVisitor<P>, P) - Method in class org.openrewrite.yaml.tree.Yaml.Scalar
 
acceptYaml(YamlVisitor<P>, P) - Method in class org.openrewrite.yaml.tree.Yaml.Sequence
 
acceptYaml(YamlVisitor<P>, P) - Method in class org.openrewrite.yaml.tree.Yaml.Sequence.Entry
 

C

ChangePropertyKey - Class in org.openrewrite.yaml
Nested YAML mappings are interpreted as dot separated property names, e.g.
ChangePropertyKey() - Constructor for class org.openrewrite.yaml.ChangePropertyKey
 
CoalesceProperties - Class in org.openrewrite.yaml
 
CoalesceProperties() - Constructor for class org.openrewrite.yaml.CoalesceProperties
 
CoalesceProperties.CoalescePropertiesVisitor<P> - Class in org.openrewrite.yaml
 
CoalescePropertiesVisitor() - Constructor for class org.openrewrite.yaml.CoalesceProperties.CoalescePropertiesVisitor
 
copyPaste() - Method in interface org.openrewrite.yaml.tree.Yaml.Block
 
copyPaste() - Method in interface org.openrewrite.yaml.tree.Yaml
 
copyPaste() - Method in class org.openrewrite.yaml.tree.Yaml.Document
 
copyPaste() - Method in class org.openrewrite.yaml.tree.Yaml.Document.End
 
copyPaste() - Method in class org.openrewrite.yaml.tree.Yaml.Documents
 
copyPaste() - Method in class org.openrewrite.yaml.tree.Yaml.Mapping
 
copyPaste() - Method in class org.openrewrite.yaml.tree.Yaml.Mapping.Entry
 
copyPaste() - Method in class org.openrewrite.yaml.tree.Yaml.Scalar
 
copyPaste() - Method in class org.openrewrite.yaml.tree.Yaml.Sequence
 
copyPaste() - Method in class org.openrewrite.yaml.tree.Yaml.Sequence.Entry
 

D

Document() - Constructor for class org.openrewrite.yaml.tree.Yaml.Document
 
Documents() - Constructor for class org.openrewrite.yaml.tree.Yaml.Documents
 
DOUBLE_QUOTED - org.openrewrite.yaml.tree.Yaml.Scalar.Style
 

E

End() - Constructor for class org.openrewrite.yaml.tree.Yaml.Document.End
 
Entry() - Constructor for class org.openrewrite.yaml.tree.Yaml.Mapping.Entry
 
Entry() - Constructor for class org.openrewrite.yaml.tree.Yaml.Sequence.Entry
 

F

FindIndentYamlVisitor<P> - Class in org.openrewrite.yaml.search
Discover the most common indentation level of a tree, and whether this indentation is built with spaces or tabs.
FindIndentYamlVisitor(int) - Constructor for class org.openrewrite.yaml.search.FindIndentYamlVisitor
 
FOLDED - org.openrewrite.yaml.tree.Yaml.Scalar.Style
 

G

getDescription() - Method in class org.openrewrite.yaml.ChangePropertyKey
 
getDescription() - Method in class org.openrewrite.yaml.CoalesceProperties
 
getDisplayName() - Method in class org.openrewrite.yaml.ChangePropertyKey
 
getDisplayName() - Method in class org.openrewrite.yaml.CoalesceProperties
 
getLanguage() - Method in class org.openrewrite.yaml.YamlVisitor
 
getMostCommonIndent() - Method in class org.openrewrite.yaml.search.FindIndentYamlVisitor
 
getPrefix() - Method in interface org.openrewrite.yaml.tree.Yaml
 
getPrinter() - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
getTotalLines() - Method in class org.openrewrite.yaml.search.FindIndentYamlVisitor
 
getVisitor() - Method in class org.openrewrite.yaml.ChangePropertyKey
 
getVisitor() - Method in class org.openrewrite.yaml.CoalesceProperties
 

I

isIndentedWithSpaces() - Method in class org.openrewrite.yaml.search.FindIndentYamlVisitor
 

L

LITERAL - org.openrewrite.yaml.tree.Yaml.Scalar.Style
 

M

Mapping() - Constructor for class org.openrewrite.yaml.tree.Yaml.Mapping
 
maybeCoalesceProperties() - Method in class org.openrewrite.yaml.YamlVisitor
 

O

org.openrewrite.yaml - package org.openrewrite.yaml
 
org.openrewrite.yaml.internal - package org.openrewrite.yaml.internal
 
org.openrewrite.yaml.search - package org.openrewrite.yaml.search
 
org.openrewrite.yaml.tree - package org.openrewrite.yaml.tree
 

P

parse(String...) - Method in class org.openrewrite.yaml.YamlParser
 
parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.yaml.YamlParser
 
PLAIN - org.openrewrite.yaml.tree.Yaml.Scalar.Style
 
preVisit(Yaml, P) - Method in class org.openrewrite.yaml.search.FindIndentYamlVisitor
 
print(TreePrinter<P>, P) - Method in interface org.openrewrite.yaml.tree.Yaml
 
print(Yaml, P) - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
print(P) - Method in interface org.openrewrite.yaml.tree.Yaml
 
printTrimmed() - Method in interface org.openrewrite.yaml.tree.Yaml
 

S

Scalar() - Constructor for class org.openrewrite.yaml.tree.Yaml.Scalar
 
Sequence() - Constructor for class org.openrewrite.yaml.tree.Yaml.Sequence
 
ShiftFormatLeftVisitor<P> - Class in org.openrewrite.yaml
 
ShiftFormatLeftVisitor(Yaml, int) - Constructor for class org.openrewrite.yaml.ShiftFormatLeftVisitor
 
SINGLE_QUOTED - org.openrewrite.yaml.tree.Yaml.Scalar.Style
 

V

valueOf(String) - Static method in enum org.openrewrite.yaml.tree.Yaml.Scalar.Style
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openrewrite.yaml.tree.Yaml.Scalar.Style
Returns an array containing the constants of this enum type, in the order they are declared.
visit(List<? extends Yaml>, P) - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
visit(Tree, P) - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
visitDocument(Yaml.Document, P) - Method in class org.openrewrite.yaml.CoalesceProperties.CoalescePropertiesVisitor
 
visitDocument(Yaml.Document, P) - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
visitDocument(Yaml.Document, P) - Method in class org.openrewrite.yaml.YamlVisitor
 
visitDocuments(Yaml.Documents, P) - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
visitDocuments(Yaml.Documents, P) - Method in class org.openrewrite.yaml.YamlVisitor
 
visitMapping(Yaml.Mapping, P) - Method in class org.openrewrite.yaml.CoalesceProperties.CoalescePropertiesVisitor
 
visitMapping(Yaml.Mapping, P) - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
visitMapping(Yaml.Mapping, P) - Method in class org.openrewrite.yaml.YamlVisitor
 
visitMappingEntry(Yaml.Mapping.Entry, P) - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
visitMappingEntry(Yaml.Mapping.Entry, P) - Method in class org.openrewrite.yaml.ShiftFormatLeftVisitor
 
visitMappingEntry(Yaml.Mapping.Entry, P) - Method in class org.openrewrite.yaml.YamlVisitor
 
visitScalar(Yaml.Scalar, P) - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
visitScalar(Yaml.Scalar, P) - Method in class org.openrewrite.yaml.YamlVisitor
 
visitSequence(Yaml.Sequence, P) - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
visitSequence(Yaml.Sequence, P) - Method in class org.openrewrite.yaml.YamlVisitor
 
visitSequenceEntry(Yaml.Sequence.Entry, P) - Method in class org.openrewrite.yaml.internal.YamlPrinter
 
visitSequenceEntry(Yaml.Sequence.Entry, P) - Method in class org.openrewrite.yaml.YamlVisitor
 

W

withPrefix(String) - Method in interface org.openrewrite.yaml.tree.Yaml.Block
 
withPrefix(String) - Method in interface org.openrewrite.yaml.tree.Yaml
 

Y

Yaml - Interface in org.openrewrite.yaml.tree
 
Yaml.Block - Interface in org.openrewrite.yaml.tree
 
Yaml.Document - Class in org.openrewrite.yaml.tree
 
Yaml.Document.End - Class in org.openrewrite.yaml.tree
https://yaml.org/spec/1.1/#c-document-end
Yaml.Documents - Class in org.openrewrite.yaml.tree
 
Yaml.Mapping - Class in org.openrewrite.yaml.tree
 
Yaml.Mapping.Entry - Class in org.openrewrite.yaml.tree
 
Yaml.Scalar - Class in org.openrewrite.yaml.tree
 
Yaml.Scalar.Style - Enum in org.openrewrite.yaml.tree
 
Yaml.Sequence - Class in org.openrewrite.yaml.tree
 
Yaml.Sequence.Entry - Class in org.openrewrite.yaml.tree
 
YamlParser - Class in org.openrewrite.yaml
 
YamlParser() - Constructor for class org.openrewrite.yaml.YamlParser
 
YamlPrinter<P> - Class in org.openrewrite.yaml.internal
 
YamlPrinter(TreePrinter<P>) - Constructor for class org.openrewrite.yaml.internal.YamlPrinter
 
YamlVisitor<P> - Class in org.openrewrite.yaml
 
YamlVisitor() - Constructor for class org.openrewrite.yaml.YamlVisitor
 
A C D E F G I L M O P S V W Y 
All Classes All Packages