Uses of Interface
io.spring.javaformat.config.JavaFormatConfig
-
Uses of JavaFormatConfig in io.spring.javaformat.config
Fields in io.spring.javaformat.config declared as JavaFormatConfigModifier and TypeFieldDescriptionstatic final JavaFormatConfigJavaFormatConfig.DEFAULTThe defaultJavaFormatConfig.Methods in io.spring.javaformat.config that return JavaFormatConfigModifier and TypeMethodDescriptionstatic JavaFormatConfigFind and load a.springjavaformatconfigby searching from the given file.static JavaFormatConfigFind and load a.springjavaformatconfigby searching from the given file.static JavaFormatConfigLoad aJavaFormatConfigfrom the given file.static JavaFormatConfigJavaFormatConfig.load(InputStream inputStream) Load aJavaFormatConfigfrom the given input stream.static JavaFormatConfigJavaFormatConfig.of(JavaBaseline javaBaseline, IndentationStyle indentationStyle) Factory method to create aJavaFormatConfigwith specific settings.