Class NoPrimitiveWrappersForToStringOrCompareTo


  • public class NoPrimitiveWrappersForToStringOrCompareTo
    extends org.openrewrite.Recipe
    • Constructor Detail

      • NoPrimitiveWrappersForToStringOrCompareTo

        public NoPrimitiveWrappersForToStringOrCompareTo()
    • Method Detail

      • getDisplayName

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

        public java.lang.String getDescription()
        Overrides:
        getDescription in class org.openrewrite.Recipe
      • getTags

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

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

        protected JavaIsoVisitor<org.openrewrite.ExecutionContext> getVisitor()
        Overrides:
        getVisitor in class org.openrewrite.Recipe
      • getSingleSourceApplicableTest

        protected JavaIsoVisitor<org.openrewrite.ExecutionContext> getSingleSourceApplicableTest()
        Overrides:
        getSingleSourceApplicableTest in class org.openrewrite.Recipe