Uses of Interface
io.spring.javaformat.config.JavaFormatConfig
-
-
Uses of JavaFormatConfig in io.spring.javaformat.config
Fields in io.spring.javaformat.config declared as JavaFormatConfig Modifier and Type Field Description static JavaFormatConfigJavaFormatConfig. DEFAULTThe defaultJavaFormatConfig.Methods in io.spring.javaformat.config that return JavaFormatConfig Modifier and Type Method Description static JavaFormatConfigJavaFormatConfig. findFrom(File file)Find and load a.springjavaformatconfigby searching from the given file.static JavaFormatConfigJavaFormatConfig. findFrom(Path path)Find and load a.springjavaformatconfigby searching from the given file.static JavaFormatConfigJavaFormatConfig. load(File file)Load 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.
-