Package com.diffplug.spotless.java
Class TableTestFormatterStep
java.lang.Object
com.diffplug.spotless.java.TableTestFormatterStep
- All Implemented Interfaces:
Serializable
Formats
@TableTest annotation tables in Java and Kotlin source files.
Configuration is read from .editorconfig files.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormatterStepcreate(Provisioner provisioner) Creates a step which formats@TableTesttables using the default version.static FormatterStepcreate(String version, Provisioner provisioner) Creates a step which formats@TableTesttables using the given version.static StringGet default formatter version.
-
Method Details
-
create
Creates a step which formats@TableTesttables using the default version. -
create
Creates a step which formats@TableTesttables using the given version. -
defaultVersion
Get default formatter version.
-