Package org.openrewrite.yaml
Class MergeYamlVisitor<P>
java.lang.Object
org.openrewrite.TreeVisitor<Yaml,P>
org.openrewrite.yaml.YamlVisitor<P>
org.openrewrite.yaml.MergeYamlVisitor<P>
-
Constructor Summary
ConstructorsConstructorDescriptionMergeYamlVisitor(Yaml scope, String yamlString, boolean acceptTheirs, @Nullable String objectIdentifyingProperty) -
Method Summary
Modifier and TypeMethodDescriptionvisitMapping(Yaml.Mapping existingMapping, P p) visitScalar(Yaml.Scalar existingScalar, P p) visitSequence(Yaml.Sequence existingSeq, P p) Methods inherited from class org.openrewrite.yaml.YamlVisitor
autoFormat, autoFormat, autoFormat, getLanguage, isAcceptable, maybeAutoFormat, maybeAutoFormat, maybeAutoFormat, maybeCoalesceProperties, removeUnused, visitAlias, visitAnchor, visitDocument, visitDocuments, visitMappingEntry, visitSequenceEntryMethods inherited from class org.openrewrite.TreeVisitor
adapt, collect, collect, defaultValue, doAfterVisit, doAfterVisit, getAfterVisit, getCursor, isAdaptableTo, noop, postVisit, preVisit, reduce, reduce, reduce, setCursor, visit, visit, visit, visitAndCast, visitAndCast, visitMarker, visitMarkers, visitNonNull, visitNonNull, visitSourceFile
-
Constructor Details
-
MergeYamlVisitor
-
-
Method Details
-
visitScalar
- Overrides:
visitScalarin classYamlVisitor<P>
-
visitSequence
- Overrides:
visitSequencein classYamlVisitor<P>
-
visitMapping
- Overrides:
visitMappingin classYamlVisitor<P>
-