A C D E F G I L M O P R S V Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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.YamlRefactorVisitor
- 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
- FOLDED - org.openrewrite.yaml.tree.Yaml.Scalar.Style
- formatter - Variable in class org.openrewrite.yaml.YamlRefactorVisitor
G
- getTreeType() - Method in interface org.openrewrite.yaml.tree.Yaml
I
- isIdempotent() - Method in class org.openrewrite.yaml.ChangePropertyKey
- isIdempotent() - Method in class org.openrewrite.yaml.ShiftFormatLeft
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.tree - package org.openrewrite.yaml.tree
P
- parse(String) - Method in class org.openrewrite.yaml.YamlParser
- parse(Path, Path) - Method in class org.openrewrite.yaml.YamlParser
- parse(List<Path>, Path) - Method in class org.openrewrite.yaml.YamlParser
- PLAIN - org.openrewrite.yaml.tree.Yaml.Scalar.Style
- print() - 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
- refactor() - Method in class org.openrewrite.yaml.tree.Yaml.Documents
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.internal.PrintYaml
- visitDocument(Yaml.Document) - Method in class org.openrewrite.yaml.YamlRefactorVisitor
- visitDocument(Yaml.Document) - Method in class org.openrewrite.yaml.YamlSourceVisitor
- visitDocuments(Yaml.Documents) - Method in class org.openrewrite.yaml.YamlRefactorVisitor
- visitDocuments(Yaml.Documents) - Method in class org.openrewrite.yaml.YamlSourceVisitor
- 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 class org.openrewrite.yaml.YamlSourceVisitor
- 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 class org.openrewrite.yaml.YamlSourceVisitor
- visitScalar(Yaml.Scalar) - Method in class org.openrewrite.yaml.internal.PrintYaml
- visitScalar(Yaml.Scalar) - Method in class org.openrewrite.yaml.YamlSourceVisitor
- visitSequence(Yaml.Sequence) - Method in class org.openrewrite.yaml.YamlRefactorVisitor
- visitSequence(Yaml.Sequence) - Method in class org.openrewrite.yaml.YamlSourceVisitor
- 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 class org.openrewrite.yaml.YamlSourceVisitor
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> - Class in org.openrewrite.yaml
- YamlSourceVisitor() - Constructor for class org.openrewrite.yaml.YamlSourceVisitor
All Classes All Packages