Package org.openrewrite.yaml
Class CoalesceProperties
- java.lang.Object
-
- org.openrewrite.AbstractSourceVisitor<T>
-
- org.openrewrite.AbstractRefactorVisitor<Yaml>
-
- org.openrewrite.yaml.YamlRefactorVisitor
-
- org.openrewrite.yaml.CoalesceProperties
-
- All Implemented Interfaces:
org.openrewrite.RefactorVisitor<Yaml>,org.openrewrite.SourceVisitor<Yaml>,YamlSourceVisitor<Yaml>
public class CoalesceProperties extends YamlRefactorVisitor
-
-
Field Summary
-
Fields inherited from class org.openrewrite.yaml.YamlRefactorVisitor
formatter
-
-
Constructor Summary
Constructors Constructor Description CoalesceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description YamlvisitMapping(Yaml.Mapping mapping)-
Methods inherited from class org.openrewrite.yaml.YamlRefactorVisitor
maybeCoalesceProperties, visitDocument, visitDocuments, visitMappingEntry, visitScalar, visitSequence, visitSequenceEntry
-
Methods inherited from class org.openrewrite.AbstractRefactorVisitor
andThen, andThen, next, refactor, refactor, refactor
-
Methods inherited from class org.openrewrite.AbstractSourceVisitor
getCursor, setCursoringOn, visit, visitAfter, visitAfter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
visitMapping
public Yaml visitMapping(Yaml.Mapping mapping)
- Specified by:
visitMappingin interfaceYamlSourceVisitor<Yaml>- Overrides:
visitMappingin classYamlRefactorVisitor
-
-