Class TableTestFormatterStep

java.lang.Object
com.diffplug.spotless.java.TableTestFormatterStep
All Implemented Interfaces:
Serializable

public final class TableTestFormatterStep extends Object implements Serializable
Formats @TableTest annotation tables in Java and Kotlin source files. Configuration is read from .editorconfig files.
See Also:
  • Method Details

    • create

      public static FormatterStep create(Provisioner provisioner)
      Creates a step which formats @TableTest tables using the default version.
    • create

      public static FormatterStep create(String version, Provisioner provisioner)
      Creates a step which formats @TableTest tables using the given version.
    • defaultVersion

      public static String defaultVersion()
      Get default formatter version.