public final class JSONOptions extends ColumnFilterOptions
修饰符和类型 | 类和描述 |
---|---|
静态类 |
JSONOptions.Builder |
修饰符和类型 | 字段和描述 |
---|---|
静态 JSONOptions |
DEFAULT |
修饰符和类型 | 方法和描述 |
---|---|
静态 JSONOptions.Builder |
builder() |
boolean |
experimental() |
byte |
getLineDelimiter() |
boolean |
isDayFirst() |
boolean |
isLines() |
boolean |
isMixedTypesAsStrings() |
boolean |
isNormalizeSingleQuotes() |
boolean |
isNormalizeWhitespace() |
boolean |
isRecoverWithNull()
返回 recoverWithNull 选项的值
|
boolean |
keepStringQuotes() |
boolean |
leadingZerosAllowed() |
boolean |
nonNumericNumbersAllowed() |
boolean |
shouldCudfPruneSchema() |
boolean |
strictValidation() |
boolean |
unquotedControlChars() |
public static JSONOptions DEFAULT
public boolean shouldCudfPruneSchema()
public byte getLineDelimiter()
public boolean isDayFirst()
public boolean isLines()
public boolean isRecoverWithNull()
public boolean isNormalizeSingleQuotes()
public boolean isNormalizeWhitespace()
public boolean isMixedTypesAsStrings()
public boolean keepStringQuotes()
public boolean strictValidation()
public boolean leadingZerosAllowed()
public boolean nonNumericNumbersAllowed()
public boolean unquotedControlChars()
public boolean experimental()
public static JSONOptions.Builder builder()
Copyright © 2025. 保留所有权利。