Class YamlSearchResult

  • All Implemented Interfaces:
    org.openrewrite.marker.Marker, org.openrewrite.marker.SearchResult, org.openrewrite.Tree

    @Incubating(since="7.5.0")
    public class YamlSearchResult
    extends org.openrewrite.marker.RecipeSearchResult
    • Constructor Summary

      Constructors 
      Constructor Description
      YamlSearchResult​(java.util.UUID id, org.openrewrite.Recipe recipe)  
      YamlSearchResult​(java.util.UUID id, org.openrewrite.Recipe recipe, @Nullable java.lang.String description)  
      YamlSearchResult​(org.openrewrite.Recipe recipe)  
      YamlSearchResult​(org.openrewrite.Recipe recipe, @Nullable java.lang.String description)  
    • Method Summary

      • Methods inherited from class org.openrewrite.marker.RecipeSearchResult

        canEqual, equals, getDescription, getId, getRecipe, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.openrewrite.marker.Marker

        isAcceptable, print
      • Methods inherited from interface org.openrewrite.Tree

        accept, isScope, print, print, printTrimmed, printTrimmed, printTrimmed
    • Constructor Detail

      • YamlSearchResult

        public YamlSearchResult​(java.util.UUID id,
                                org.openrewrite.Recipe recipe,
                                @Nullable
                                @Nullable java.lang.String description)
      • YamlSearchResult

        public YamlSearchResult​(java.util.UUID id,
                                org.openrewrite.Recipe recipe)
      • YamlSearchResult

        public YamlSearchResult​(org.openrewrite.Recipe recipe)
      • YamlSearchResult

        public YamlSearchResult​(org.openrewrite.Recipe recipe,
                                @Nullable
                                @Nullable java.lang.String description)