static class Container.ProcessorConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
dateFormat |
NamingStyle |
enumStyle |
java.lang.String |
indentText |
java.lang.Integer |
initialIndent |
java.util.Locale |
locale |
java.lang.Integer |
maxDepth |
JSON.Mode |
mode |
java.lang.String |
numberFormat |
java.lang.Boolean |
prettyPrint |
NamingStyle |
propertyStyle |
java.lang.Boolean |
suppressNull |
java.util.TimeZone |
timeZone |
java.lang.Class<? extends JSON> |
type |
| Constructor and Description |
|---|
ProcessorConfig() |
public java.lang.Class<? extends JSON> type
public JSON.Mode mode
public java.util.Locale locale
public java.util.TimeZone timeZone
public java.lang.Integer maxDepth
public java.lang.Boolean prettyPrint
public java.lang.Integer initialIndent
public java.lang.String indentText
public java.lang.Boolean suppressNull
public java.lang.String dateFormat
public java.lang.String numberFormat
public NamingStyle propertyStyle
public NamingStyle enumStyle