Class Autodetect

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

    public class Autodetect
    extends org.openrewrite.style.NamedStyles
    • Constructor Summary

      Constructors 
      Constructor Description
      Autodetect​(java.util.UUID id, java.util.Collection<org.openrewrite.style.Style> styles)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Autodetect detect​(java.util.List<J.CompilationUnit> cus)  
      • Methods inherited from class org.openrewrite.style.NamedStyles

        canEqual, equals, getDescription, getDisplayName, getId, getName, getStyles, getTags, hashCode, merge, toString, validate
      • Methods inherited from class java.lang.Object

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

        isAcceptable
      • Methods inherited from interface org.openrewrite.Tree

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

      • Autodetect

        public Autodetect​(java.util.UUID id,
                          java.util.Collection<org.openrewrite.style.Style> styles)