| Interface | Description |
|---|---|
| FormatterService |
A stable facade for palantir-java-format.
|
| Class | Description |
|---|---|
| FormatterDiagnostic |
An error that prevented formatting from succeeding.
|
| JavaFormatterOptions |
Options for a google-java-format invocation.
|
| JavaFormatterOptions.Builder |
A builder for
JavaFormatterOptions. |
| Replacement |
Data class representing a range in the original source and replacement text for that range.
|
| Enum | Description |
|---|---|
| JavaFormatterOptions.Style |
| Exception | Description |
|---|---|
| FormatterException |
Checked exception class for formatter errors.
|