Uses of Enum Class
com.google.googlejavaformat.java.JavaFormatterOptions.Style
Packages that use JavaFormatterOptions.Style
-
Uses of JavaFormatterOptions.Style in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaFormatterOptions.StyleModifier and TypeMethodDescriptionJavaFormatterOptions.style()Returns the value of thestylerecord component.static JavaFormatterOptions.StyleReturns the enum constant of this class with the specified name.static JavaFormatterOptions.Style[]JavaFormatterOptions.Style.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.googlejavaformat.java with parameters of type JavaFormatterOptions.StyleModifier and TypeMethodDescriptionstatic StringImportOrderer.reorderImports(String text, JavaFormatterOptions.Style style) Reorder the inputs intext, a complete Java program.abstract JavaFormatterOptions.BuilderJavaFormatterOptions.Builder.style(JavaFormatterOptions.Style style) Constructors in com.google.googlejavaformat.java with parameters of type JavaFormatterOptions.StyleModifierConstructorDescriptionJavaFormatterOptions(boolean formatJavadoc, boolean reorderModifiers, JavaFormatterOptions.Style style) Creates an instance of aJavaFormatterOptionsrecord class.