Class DotResult

java.lang.Object
org.openrewrite.marker.SearchResult
org.openrewrite.marker.DotResult
All Implemented Interfaces:
Marker

@Incubating(since="7.27.2") public class DotResult extends SearchResult
A Search Result matching a DOT Format.
  • Constructor Details

    • DotResult

      public DotResult(UUID id, String dotResult)