public final class ToDisplayStringFormat extends Object
| Modifier and Type | Method and Description |
|---|---|
static ToDisplayStringFormat |
getArrayFormat() |
static ToDisplayStringFormat |
getDefaultFormat() |
int |
getMaxDepth() |
int |
getMaxElements() |
boolean |
includeArrayLength() |
boolean |
quoteString() |
ToDisplayStringFormat |
withQuoteString(boolean quote) |
public int getMaxDepth()
public int getMaxElements()
public boolean quoteString()
public boolean includeArrayLength()
public ToDisplayStringFormat withQuoteString(boolean quote)
public static ToDisplayStringFormat getDefaultFormat()
public static ToDisplayStringFormat getArrayFormat()