public class JsonProps extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
boolAsInt |
String |
dateAsFormat |
boolean |
dateAsTicks |
String |
dateAsTimeZone |
boolean |
enumAsName |
boolean |
longAsString |
boolean |
nullArrayAsEmpty |
boolean |
nullAsWriteable |
boolean |
nullBoolAsFalse |
boolean |
nullNumberAsZero |
boolean |
nullStringAsEmpty |
| Constructor and Description |
|---|
JsonProps() |
| Modifier and Type | Method and Description |
|---|---|
static JsonProps |
create(org.noear.solon.core.AppContext context) |
public String dateAsTimeZone
public String dateAsFormat
public boolean dateAsTicks
public boolean longAsString
public boolean boolAsInt
public boolean nullStringAsEmpty
public boolean nullBoolAsFalse
public boolean nullNumberAsZero
public boolean nullArrayAsEmpty
public boolean nullAsWriteable
public boolean enumAsName
public static JsonProps create(org.noear.solon.core.AppContext context)
Copyright © 2025. All rights reserved.