Package com.google.googlejavaformat.java
Class AutoValue_JavaFormatterOptions
- java.lang.Object
-
- com.google.googlejavaformat.java.JavaFormatterOptions
-
- com.google.googlejavaformat.java.AutoValue_JavaFormatterOptions
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_JavaFormatterOptions extends JavaFormatterOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classAutoValue_JavaFormatterOptions.Builder-
Nested classes/interfaces inherited from class com.google.googlejavaformat.java.JavaFormatterOptions
JavaFormatterOptions.Style
-
-
Field Summary
Fields Modifier and Type Field Description private booleanformatJavadocprivate booleanreorderModifiersprivate JavaFormatterOptions.Stylestyle
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_JavaFormatterOptions(boolean formatJavadoc, boolean reorderModifiers, JavaFormatterOptions.Style style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)booleanformatJavadoc()inthashCode()booleanreorderModifiers()JavaFormatterOptions.Stylestyle()Returns the code style.java.lang.StringtoString()-
Methods inherited from class com.google.googlejavaformat.java.JavaFormatterOptions
builder, defaultOptions, indentationMultiplier
-
-
-
-
Field Detail
-
formatJavadoc
private final boolean formatJavadoc
-
reorderModifiers
private final boolean reorderModifiers
-
style
private final JavaFormatterOptions.Style style
-
-
Constructor Detail
-
AutoValue_JavaFormatterOptions
private AutoValue_JavaFormatterOptions(boolean formatJavadoc, boolean reorderModifiers, JavaFormatterOptions.Style style)
-
-
Method Detail
-
formatJavadoc
public boolean formatJavadoc()
- Specified by:
formatJavadocin classJavaFormatterOptions
-
reorderModifiers
public boolean reorderModifiers()
- Specified by:
reorderModifiersin classJavaFormatterOptions
-
style
public JavaFormatterOptions.Style style()
Description copied from class:JavaFormatterOptionsReturns the code style.- Specified by:
stylein classJavaFormatterOptions
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-