Uses of Class
io.spring.javaformat.config.IndentationStyle
-
-
Uses of IndentationStyle in io.spring.javaformat.config
Methods in io.spring.javaformat.config that return IndentationStyle Modifier and Type Method Description IndentationStyleJavaFormatConfig. getIndentationStyle()Return the indentation style that should be used with the project.static IndentationStyleIndentationStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static IndentationStyle[]IndentationStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.spring.javaformat.config with parameters of type IndentationStyle Modifier and Type Method Description static JavaFormatConfigJavaFormatConfig. of(JavaBaseline javaBaseline, IndentationStyle indentationStyle)Factory method to create aJavaFormatConfigwith specific settings.
-