Class BlankLinesStyle

  • All Implemented Interfaces:
    JavaStyle, org.openrewrite.style.Style

    public class BlankLinesStyle
    extends java.lang.Object
    implements JavaStyle
    • Constructor Summary

      Constructors 
      Constructor Description
      BlankLinesStyle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openrewrite.style.Style applyDefaults()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.openrewrite.style.Style

        getJacksonPolymorphicTypeTag, merge
    • Constructor Detail

      • BlankLinesStyle

        public BlankLinesStyle()
    • Method Detail

      • applyDefaults

        public org.openrewrite.style.Style applyDefaults()
        Specified by:
        applyDefaults in interface org.openrewrite.style.Style