public class FormatterConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FormatterConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FormatterConfig.Builder |
builder() |
String |
colon() |
<T> Formatter<T> |
getFormatter(T dto) |
String |
indent() |
String |
indent(int times) |
String |
lineSeparator() |
boolean |
prettyPrintFields() |
boolean |
prettyPrintSchema() |
public String indent()
public String indent(int times)
public String colon()
public String lineSeparator()
public boolean prettyPrintFields()
public boolean prettyPrintSchema()
public <T> Formatter<T> getFormatter(T dto)
public static FormatterConfig.Builder builder()
Copyright © 2021. All rights reserved.