Package com.diffplug.spotless.maven.yaml
Class Yaml
java.lang.Object
com.diffplug.spotless.maven.FormatterFactory
com.diffplug.spotless.maven.yaml.Yaml
A
FormatterFactory implementation that corresponds to <yaml>...</yaml> configuration element.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddJackson(JacksonYaml jackson) defaultIncludes(org.apache.maven.project.MavenProject project) Methods inherited from class com.diffplug.spotless.maven.FormatterFactory
addEclipseWtp, addEndWithNewline, addIdea, addIndent, addJsr223, addLicenseHeader, addNativeCmd, addPrettier, addReplace, addReplaceRegex, addStepFactory, addToggleOffOn, addTrimTrailingWhitespace, excludes, includes, init, newFormatter
-
Constructor Details
-
Yaml
public Yaml()
-
-
Method Details
-
defaultIncludes
- Specified by:
defaultIncludesin classFormatterFactory
-
licenseHeaderDelimiter
- Specified by:
licenseHeaderDelimiterin classFormatterFactory
-
addJackson
-