public static class JPropPathSplitter.CharPathOnlySplitter extends JPropPathSplitter
JPropPathSplitter.CharPathOnlySplitter, JPropPathSplitter.FullSplitter, JPropPathSplitter.IndexOnlySplitter, JPropPathSplitter.NonSplitting, JPropPathSplitter.StringPathOnlySplitter| Modifier and Type | Field and Description | 
|---|---|
| protected char | _pathSeparatorChar | 
_useSimpleIndex| Constructor and Description | 
|---|
| JPropPathSplitter.CharPathOnlySplitter(char sepChar,
                                      boolean useIndex) | 
| Modifier and Type | Method and Description | 
|---|---|
| JPropNode | splitAndAdd(JPropNode parent,
           String key,
           String value)Main access method for splitting key into one or more segments and using
 segmentation to add the String value as a node in its proper location. | 
_addSegment, _asInt, _lastSegment, createpublic JPropPathSplitter.CharPathOnlySplitter(char sepChar,
                                      boolean useIndex)
public JPropNode splitAndAdd(JPropNode parent, String key, String value)
JPropPathSplittersplitAndAdd in class JPropPathSplitterCopyright © 2017 FasterXML. All rights reserved.