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

A

AbstractYamlSourceVisitor<R> - Class in org.openrewrite.yaml
 
AbstractYamlSourceVisitor() - Constructor for class org.openrewrite.yaml.AbstractYamlSourceVisitor
 
accept(URI) - Method in class org.openrewrite.yaml.YamlParser
 
accept(SourceVisitor<R>) - Method in interface org.openrewrite.yaml.tree.Yaml
 
acceptYaml(YamlSourceVisitor<R>) - Method in interface org.openrewrite.yaml.tree.Yaml
 
acceptYaml(YamlSourceVisitor<R>) - Method in class org.openrewrite.yaml.tree.Yaml.Document
 
acceptYaml(YamlSourceVisitor<R>) - Method in class org.openrewrite.yaml.tree.Yaml.Documents
 
acceptYaml(YamlSourceVisitor<R>) - Method in class org.openrewrite.yaml.tree.Yaml.Mapping
 
acceptYaml(YamlSourceVisitor<R>) - Method in class org.openrewrite.yaml.tree.Yaml.Mapping.Entry
 
acceptYaml(YamlSourceVisitor<R>) - Method in class org.openrewrite.yaml.tree.Yaml.Scalar
 
acceptYaml(YamlSourceVisitor<R>) - Method in class org.openrewrite.yaml.tree.Yaml.Sequence
 
acceptYaml(YamlSourceVisitor<R>) - Method in class org.openrewrite.yaml.tree.Yaml.Sequence.Entry
 

C

ChangePropertyKey - Class in org.openrewrite.yaml
When 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
 
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

defaultTo(Tree) - Method in class org.openrewrite.yaml.internal.PrintYaml
 
defaultTo(Tree) - Method in class org.openrewrite.yaml.search.FindIndentYaml
 
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

FindIndentYaml - 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.
FindIndentYaml(int) - Constructor for class org.openrewrite.yaml.search.FindIndentYaml
 
FOLDED - org.openrewrite.yaml.tree.Yaml.Scalar.Style
 
formatter - Variable in class org.openrewrite.yaml.YamlRefactorVisitor
 

G

getMostCommonIndent() - Method in class org.openrewrite.yaml.search.FindIndentYaml
 
getTotalLines() - Method in class org.openrewrite.yaml.search.FindIndentYaml
 

I

isIdempotent() - Method in class org.openrewrite.yaml.ChangePropertyKey
 
isIdempotent() - Method in class org.openrewrite.yaml.ShiftFormatLeft
 
isIndentedWithSpaces() - Method in class org.openrewrite.yaml.search.FindIndentYaml
 

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.YamlRefactorVisitor
 

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

parseInputs(Iterable<Parser.Input>, URI) - Method in class org.openrewrite.yaml.YamlParser
 
PLAIN - org.openrewrite.yaml.tree.Yaml.Scalar.Style
 
print() - Method in interface org.openrewrite.yaml.tree.Yaml
 
printTrimmed() - Method in interface org.openrewrite.yaml.tree.Yaml
 
PrintYaml - Class in org.openrewrite.yaml.internal
 
PrintYaml() - Constructor for class org.openrewrite.yaml.internal.PrintYaml
 

R

reduce(String, String) - Method in class org.openrewrite.yaml.internal.PrintYaml
 

S

Scalar() - Constructor for class org.openrewrite.yaml.tree.Yaml.Scalar
 
Sequence() - Constructor for class org.openrewrite.yaml.tree.Yaml.Sequence
 
setCoalesce(boolean) - Method in class org.openrewrite.yaml.ChangePropertyKey
 
setProperty(String) - Method in class org.openrewrite.yaml.ChangePropertyKey
 
setToProperty(String) - Method in class org.openrewrite.yaml.ChangePropertyKey
 
ShiftFormatLeft - Class in org.openrewrite.yaml
 
ShiftFormatLeft(Yaml, int) - Constructor for class org.openrewrite.yaml.ShiftFormatLeft
 
SINGLE_QUOTED - org.openrewrite.yaml.tree.Yaml.Scalar.Style
 

V

validate() - Method in class org.openrewrite.yaml.ChangePropertyKey
 
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.
visitDocument(Yaml.Document) - Method in class org.openrewrite.yaml.AbstractYamlSourceVisitor
 
visitDocument(Yaml.Document) - Method in class org.openrewrite.yaml.internal.PrintYaml
 
visitDocument(Yaml.Document) - Method in class org.openrewrite.yaml.YamlRefactorVisitor
 
visitDocument(Yaml.Document) - Method in interface org.openrewrite.yaml.YamlSourceVisitor
 
visitDocuments(Yaml.Documents) - Method in class org.openrewrite.yaml.AbstractYamlSourceVisitor
 
visitDocuments(Yaml.Documents) - Method in class org.openrewrite.yaml.YamlRefactorVisitor
 
visitDocuments(Yaml.Documents) - Method in interface org.openrewrite.yaml.YamlSourceVisitor
 
visitMapping(Yaml.Mapping) - Method in class org.openrewrite.yaml.AbstractYamlSourceVisitor
 
visitMapping(Yaml.Mapping) - Method in class org.openrewrite.yaml.CoalesceProperties
 
visitMapping(Yaml.Mapping) - Method in class org.openrewrite.yaml.YamlRefactorVisitor
 
visitMapping(Yaml.Mapping) - Method in interface org.openrewrite.yaml.YamlSourceVisitor
 
visitMappingEntry(Yaml.Mapping.Entry) - Method in class org.openrewrite.yaml.AbstractYamlSourceVisitor
 
visitMappingEntry(Yaml.Mapping.Entry) - Method in class org.openrewrite.yaml.ChangePropertyKey
 
visitMappingEntry(Yaml.Mapping.Entry) - Method in class org.openrewrite.yaml.internal.PrintYaml
 
visitMappingEntry(Yaml.Mapping.Entry) - Method in class org.openrewrite.yaml.ShiftFormatLeft
 
visitMappingEntry(Yaml.Mapping.Entry) - Method in class org.openrewrite.yaml.YamlRefactorVisitor
 
visitMappingEntry(Yaml.Mapping.Entry) - Method in interface org.openrewrite.yaml.YamlSourceVisitor
 
visitScalar(Yaml.Scalar) - Method in class org.openrewrite.yaml.AbstractYamlSourceVisitor
 
visitScalar(Yaml.Scalar) - Method in class org.openrewrite.yaml.internal.PrintYaml
 
visitScalar(Yaml.Scalar) - Method in class org.openrewrite.yaml.YamlRefactorVisitor
 
visitScalar(Yaml.Scalar) - Method in interface org.openrewrite.yaml.YamlSourceVisitor
 
visitSequence(Yaml.Sequence) - Method in class org.openrewrite.yaml.AbstractYamlSourceVisitor
 
visitSequence(Yaml.Sequence) - Method in class org.openrewrite.yaml.YamlRefactorVisitor
 
visitSequence(Yaml.Sequence) - Method in interface org.openrewrite.yaml.YamlSourceVisitor
 
visitSequenceEntry(Yaml.Sequence.Entry) - Method in class org.openrewrite.yaml.AbstractYamlSourceVisitor
 
visitSequenceEntry(Yaml.Sequence.Entry) - Method in class org.openrewrite.yaml.internal.PrintYaml
 
visitSequenceEntry(Yaml.Sequence.Entry) - Method in class org.openrewrite.yaml.YamlRefactorVisitor
 
visitSequenceEntry(Yaml.Sequence.Entry) - Method in interface org.openrewrite.yaml.YamlSourceVisitor
 
visitTree(Tree) - Method in class org.openrewrite.yaml.search.FindIndentYaml
 

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
 
YamlRefactorVisitor - Class in org.openrewrite.yaml
 
YamlRefactorVisitor() - Constructor for class org.openrewrite.yaml.YamlRefactorVisitor
 
YamlSourceVisitor<R> - Interface in org.openrewrite.yaml
 
A C D E F G I L M O P R S V Y 
All Classes All Packages