Package org.openrewrite.maven.trait
Class MavenDependency.Matcher
java.lang.Object
org.openrewrite.trait.SimpleTraitMatcher<U>
org.openrewrite.maven.trait.MavenTraitMatcher<MavenDependency>
org.openrewrite.maven.trait.MavenDependency.Matcher
- All Implemented Interfaces:
org.openrewrite.trait.TraitMatcher<MavenDependency>
- Enclosing class:
- MavenDependency
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactId(@Nullable String artifactId) protected @Nullable MavenDependencytest(org.openrewrite.Cursor cursor) Methods inherited from class org.openrewrite.maven.trait.MavenTraitMatcher
getResolutionResultMethods 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<MavenDependency>
-