Class Autodetect

java.lang.Object
org.openrewrite.style.NamedStyles
org.openrewrite.groovy.style.Autodetect
All Implemented Interfaces:
org.openrewrite.marker.Marker

public class Autodetect extends org.openrewrite.style.NamedStyles
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.openrewrite.style.NamedStyles

    canEqual, equals, getDescription, getDisplayName, getId, getName, getStyle, getStyles, getTags, hashCode, merge, merge, setDescription, setDisplayName, setId, setName, setStyles, setTags, toString, validate, withDescription, withDisplayName, withId, withName, withStyles, withTags

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.openrewrite.marker.Marker

    print
  • Constructor Details

    • Autodetect

      public Autodetect(UUID id, Collection<org.openrewrite.style.Style> styles)
  • Method Details