-
- All Implemented Interfaces:
-
icu.windea.breezeframework.serialization.config.DataConfig,java.io.Serializable
public final class JsonConfig implements DataConfig
Json数据的配置。
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringindentprivate final StringlineSeparatorprivate final BooleandoubleQuotedprivate final BooleanunquoteKeyprivate final BooleanunquoteValueprivate final BooleanprettyPrint
-
Method Summary
Modifier and Type Method Description final StringgetIndent()final StringgetLineSeparator()final BooleangetDoubleQuoted()final BooleangetUnquoteKey()final BooleangetUnquoteValue()final BooleangetPrettyPrint()-
-
Method Detail
-
getLineSeparator
final String getLineSeparator()
-
getDoubleQuoted
final Boolean getDoubleQuoted()
-
getUnquoteKey
final Boolean getUnquoteKey()
-
getUnquoteValue
final Boolean getUnquoteValue()
-
getPrettyPrint
final Boolean getPrettyPrint()
-
-
-
-