Class PropertiesVisitor<P>

java.lang.Object
org.openrewrite.TreeVisitor<Properties,P>
org.openrewrite.properties.PropertiesVisitor<P>
Direct Known Subclasses:
ChangePropertyKey.ChangePropertyKeyVisitor, ChangePropertyValue.ChangePropertyValueVisitor, PropertiesIsoVisitor, PropertiesPrinter

public class PropertiesVisitor<P> extends org.openrewrite.TreeVisitor<Properties,P>
  • Constructor Details

    • PropertiesVisitor

      public PropertiesVisitor()
  • Method Details