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
Copyright © 2017 FasterXML. All rights reserved.