Class DependencyInsight

java.lang.Object
org.openrewrite.Recipe
org.openrewrite.ScanningRecipe<AtomicReference<NodeResolutionResult>>
org.openrewrite.nodejs.search.DependencyInsight
All Implemented Interfaces:
Cloneable

public class DependencyInsight extends org.openrewrite.ScanningRecipe<AtomicReference<NodeResolutionResult>>
  • Field Summary

    Fields inherited from class org.openrewrite.Recipe

    contributors, examples, PANIC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    getInitialValue(org.openrewrite.ExecutionContext ctx)
     
    org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>
     
    org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>
     
    org.openrewrite.Validated<Object>
     

    Methods inherited from class org.openrewrite.ScanningRecipe

    generate, generate, getAccumulator, getVisitor

    Methods inherited from class org.openrewrite.Recipe

    addDataTable, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getExamples, getInstanceName, getInstanceNameSuffix, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, getTags, hashCode, maxCycles, noop, run, run, run, setContributors, setExamples, validate, validateAll, validateAll

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DependencyInsight

      public DependencyInsight()
  • Method Details