Uses of Class
io.spring.javaformat.config.JavaBaseline
-
-
Uses of JavaBaseline in io.spring.javaformat.config
Methods in io.spring.javaformat.config that return JavaBaseline Modifier and Type Method Description JavaBaselineJavaFormatConfig. getJavaBaseline()Java JDK baseline version expected be used when formatting.static JavaBaselineJavaBaseline. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaBaseline[]JavaBaseline. 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 JavaBaseline Modifier and Type Method Description static JavaFormatConfigJavaFormatConfig. of(JavaBaseline javaBaseline, IndentationStyle indentationStyle)Factory method to create aJavaFormatConfigwith specific settings.
-