Index
All Classes and Interfaces|All Packages
D
- DEFAULT - Static variable in interface io.spring.javaformat.config.JavaFormatConfig
-
The default
JavaFormatConfig.
F
- findFrom(File) - Static method in interface io.spring.javaformat.config.JavaFormatConfig
-
Find and load a
.springjavaformatconfigby searching from the given file. - findFrom(Path) - Static method in interface io.spring.javaformat.config.JavaFormatConfig
-
Find and load a
.springjavaformatconfigby searching from the given file.
G
- getIndentationStyle() - Method in interface io.spring.javaformat.config.JavaFormatConfig
-
Return the indentation style that should be used with the project.
- getJavaBaseline() - Method in interface io.spring.javaformat.config.JavaFormatConfig
-
Java JDK baseline version expected be used when formatting.
I
- IndentationStyle - Enum in io.spring.javaformat.config
-
Indentation styles that can be used.
- io.spring.javaformat.config - package io.spring.javaformat.config
J
- JavaBaseline - Enum in io.spring.javaformat.config
-
Java JDK baseline version expected be used when formatting.
- JavaFormatConfig - Interface in io.spring.javaformat.config
-
Support for the
.springjavaformatconfigfile that can be used to apply settings on a per-project basis.
L
- load(File) - Static method in interface io.spring.javaformat.config.JavaFormatConfig
-
Load a
JavaFormatConfigfrom the given file. - load(InputStream) - Static method in interface io.spring.javaformat.config.JavaFormatConfig
-
Load a
JavaFormatConfigfrom the given input stream.
O
- of(JavaBaseline, IndentationStyle) - Static method in interface io.spring.javaformat.config.JavaFormatConfig
-
Factory method to create a
JavaFormatConfigwith specific settings.
S
- SPACES - Enum constant in enum io.spring.javaformat.config.IndentationStyle
-
Indent with spaces.
T
- TABS - Enum constant in enum io.spring.javaformat.config.IndentationStyle
-
Indent with tabs.
V
- V11 - Enum constant in enum io.spring.javaformat.config.JavaBaseline
-
Use JDK 11+ or higher compatible formatter.
- V8 - Enum constant in enum io.spring.javaformat.config.JavaBaseline
-
Use JDK 8+ compatible formatter.
- valueOf(String) - Static method in enum io.spring.javaformat.config.IndentationStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.spring.javaformat.config.JavaBaseline
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.spring.javaformat.config.IndentationStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.spring.javaformat.config.JavaBaseline
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages