Class UseCollectionInterfaces

java.lang.Object
org.openrewrite.Recipe
org.openrewrite.staticanalysis.UseCollectionInterfaces
All Implemented Interfaces:
Cloneable

public class UseCollectionInterfaces extends org.openrewrite.Recipe
  • Field Details

    • rspecRulesReplaceTypeMap

      public static Map<String,String> rspecRulesReplaceTypeMap
  • Constructor Details

    • UseCollectionInterfaces

      public UseCollectionInterfaces()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in class org.openrewrite.Recipe
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class org.openrewrite.Recipe
    • getTags

      public Set<String> getTags()
      Overrides:
      getTags in class org.openrewrite.Recipe
    • getEstimatedEffortPerOccurrence

      public Duration getEstimatedEffortPerOccurrence()
      Overrides:
      getEstimatedEffortPerOccurrence in class org.openrewrite.Recipe
    • getVisitor

      public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor()
      Overrides:
      getVisitor in class org.openrewrite.Recipe