public class JsonOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<Boolean> |
FAIL_ON_MISSING_FIELD |
static ConfigOption<Boolean> |
IGNORE_PARSE_ERRORS |
static String |
ISO_8601 |
static String |
SQL |
static ConfigOption<String> |
TIMESTAMP_FORMAT |
static Set<String> |
TIMESTAMP_FORMAT_ENUM |
Constructor and Description |
---|
JsonOptions() |
Modifier and Type | Method and Description |
---|---|
static TimestampFormat |
getTimestampFormat(ReadableConfig config) |
public static final ConfigOption<Boolean> FAIL_ON_MISSING_FIELD
public static final ConfigOption<Boolean> IGNORE_PARSE_ERRORS
public static final ConfigOption<String> TIMESTAMP_FORMAT
public static final String SQL
public static final String ISO_8601
public static TimestampFormat getTimestampFormat(ReadableConfig config)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.