protected Object readResolve()
CsvSchema _schema
int _csvParserFeatures
int _csvGeneratorFeatures
LRUMap<K,V> _untypedSchemas
LRUMap<K,V> _typedSchemas
CsvSchema _schema
CsvSchema.Column[] _columns
Map<K,V> _columnsByName
int _features
char _columnSeparator
String _arrayElementSeparator
int _quoteChar
int _escapeChar
char[] _lineSeparator
char[] _nullValue
String _anyPropertyName
null
disables use of
"any properties" (and they are either ignored, or an exception
is thrown, depending on other settings); setting it to a non-null
String value will expose all extra properties under one specified
name.String _name
int _index
CsvSchema.ColumnType _type
String _arrayElementSeparator
CsvSchema.Column _next
int _maxEntries
int _firstArrayOffset
Default value is 1.
String _pathSeparator
Markers _indexMarker
Default value of "[" is usually combined with end marker of "]" to allow C/Java-style bracket notation, like "settings.path[1]".
boolean _parseSimpleIndexes
Note that this settings does NOT control whether "start/end marker" indicated
indexes are enabled or not; those depend on JavaPropsSchema._indexMarker
.
Default value is true
, "plain" index segments are
supported.
boolean _writeIndexUsingMarkers
JavaPropsSchema._indexMarker
or
"simple" index number: if set to true
AND markers
are specified as non-empty Strings, will use sequence of
startMarker index endMarkerto include index in path; otherwise will simply use textual representation of the index number as path segment, prefixed by path separator as necessary.
String _lineIndentation
String _keyValueSeparator
String _lineEnding
String _header
protected Object readResolve()
int _yamlParserFeatures
int _yamlGeneratorFeatures
org.yaml.snakeyaml.DumperOptions.Version _version
Charset UTF8
org.yaml.snakeyaml.error.MarkedYAMLException _source
Copyright © 2019 FasterXML. All rights reserved.