Package org.openrewrite.gradle.trait
Class SpringDependencyManagementPluginEntry.Matcher
java.lang.Object
org.openrewrite.trait.SimpleTraitMatcher<SpringDependencyManagementPluginEntry>
org.openrewrite.gradle.trait.GradleTraitMatcher<SpringDependencyManagementPluginEntry>
org.openrewrite.gradle.trait.SpringDependencyManagementPluginEntry.Matcher
- All Implemented Interfaces:
org.openrewrite.trait.TraitMatcher<SpringDependencyManagementPluginEntry>
- Enclosing class:
SpringDependencyManagementPluginEntry
public static class SpringDependencyManagementPluginEntry.Matcher
extends GradleTraitMatcher<SpringDependencyManagementPluginEntry>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactId(@Nullable String artifactId) protected @Nullable SpringDependencyManagementPluginEntrytest(org.openrewrite.Cursor cursor) Methods inherited from class org.openrewrite.gradle.trait.GradleTraitMatcher
getGradleProject, withinBlockMethods inherited from class org.openrewrite.trait.SimpleTraitMatcher
asVisitor, get, higher, lowerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.trait.TraitMatcher
asVisitor, get, lower, require, require
-
Field Details
-
groupId
-
artifactId
-
-
Constructor Details
-
Matcher
public Matcher()
-
-
Method Details
-
groupId
-
artifactId
-
test
- Specified by:
testin classorg.openrewrite.trait.SimpleTraitMatcher<SpringDependencyManagementPluginEntry>
-