Package org.openrewrite.java.dependencies.graph
package org.openrewrite.java.dependencies.graph
-
ClassDescriptionAbstract base class for dependency graph builders that provides the common implementation for collecting dependency paths.Interface for building dependency graphs with type-safe node creation.Gradle-specific implementation of DependencyGraphBuilder that creates GradleDependencyNode instances which preserve the full ResolvedDependency object.Maven-specific implementation of DependencyGraphBuilder that creates standard DependencyNode instances.