Package org.openrewrite.yaml
Class CoalesceProperties
- java.lang.Object
-
- org.openrewrite.SourceVisitor<R>
-
- org.openrewrite.yaml.YamlSourceVisitor<Yaml>
-
- org.openrewrite.yaml.YamlRefactorVisitor
-
- org.openrewrite.yaml.CoalesceProperties
-
- All Implemented Interfaces:
org.openrewrite.RefactorVisitorSupport
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
defaultTo, maybeCoalesceProperties, visitDocument, visitDocuments, visitMappingEntry, visitSequence, visitSequenceEntry
-
Methods inherited from class org.openrewrite.yaml.YamlSourceVisitor
visitScalar
-
Methods inherited from class org.openrewrite.SourceVisitor
andThen, andThen, getCursor, getName, getTags, isIdempotent, nextCycle, reduce, setCursoringOn, validate, visit, visit, visitAfter, visitAfter, visitTree
-
-
-
-
Method Detail
-
visitMapping
public Yaml visitMapping(Yaml.Mapping mapping)
- Overrides:
visitMappingin classYamlRefactorVisitor
-
-