Uses of Enum
io.spring.javaformat.config.JavaBaseline
-
Uses of JavaBaseline in io.spring.javaformat.config
Methods in io.spring.javaformat.config that return JavaBaselineModifier and TypeMethodDescriptionJavaFormatConfig.getJavaBaseline()Java JDK baseline version expected be used when formatting.static JavaBaselineReturns 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 JavaBaselineModifier and TypeMethodDescriptionstatic JavaFormatConfigJavaFormatConfig.of(JavaBaseline javaBaseline, IndentationStyle indentationStyle) Factory method to create aJavaFormatConfigwith specific settings.