Uses of Class
com.fasterxml.jackson.dataformat.javaprop.util.JPropNode
-
Packages that use JPropNode Package Description com.fasterxml.jackson.dataformat.javaprop.io Internal helper classes used for handling of input and out contexts and efficient reading/writing of Java Properties encoded content.com.fasterxml.jackson.dataformat.javaprop.util Helper classes for dealing with property key to structured path conversion. -
-
Uses of JPropNode in com.fasterxml.jackson.dataformat.javaprop.io
Fields in com.fasterxml.jackson.dataformat.javaprop.io declared as JPropNode Modifier and Type Field Description protected JPropNodeJPropReadContext. _nextNodeWe need to keep track of value nodes to construct further contexts.Fields in com.fasterxml.jackson.dataformat.javaprop.io with type parameters of type JPropNode Modifier and Type Field Description protected java.util.Iterator<JPropNode>JPropReadContext.ArrayContext. _contentsprotected java.util.Iterator<java.util.Map.Entry<java.lang.String,JPropNode>>JPropReadContext.ObjectContext. _contentsIterator over child values.Methods in com.fasterxml.jackson.dataformat.javaprop.io with parameters of type JPropNode Modifier and Type Method Description static JPropReadContextJPropReadContext. create(JPropNode root)Constructors in com.fasterxml.jackson.dataformat.javaprop.io with parameters of type JPropNode Constructor Description ArrayContext(JPropReadContext p, JPropNode arrayNode)JPropReadContext(int contextType, JPropReadContext p, JPropNode node)ObjectContext(JPropReadContext p, JPropNode objectNode) -
Uses of JPropNode in com.fasterxml.jackson.dataformat.javaprop.util
Fields in com.fasterxml.jackson.dataformat.javaprop.util with type parameters of type JPropNode Modifier and Type Field Description protected java.util.TreeMap<java.lang.Integer,JPropNode>JPropNode. _byIndexChild entries with integral number index, if any.protected java.util.Map<java.lang.String,JPropNode>JPropNode. _byNameChild entries accessed with String property name, if any.Methods in com.fasterxml.jackson.dataformat.javaprop.util that return JPropNode Modifier and Type Method Description protected JPropNodeJPropPathSplitter. _addSegment(JPropNode parent, java.lang.String segment)private JPropNodeJPropPathSplitter.CharPathOnlySplitter. _continueWithEscapes(JPropNode parent, java.lang.String key, int start, java.lang.String value)protected JPropNodeJPropPathSplitter. _lastSegment(JPropNode parent, java.lang.String path, int start, int end)protected JPropNodeJPropPathSplitter.IndexOnlySplitter. _splitMore(JPropNode parent, java.lang.String prefix, java.lang.String indexStr)JPropNodeJPropNode. addByIndex(int index)JPropNodeJPropNode. addByName(java.lang.String name)static JPropNodeJPropNodeBuilder. build(JavaPropsSchema schema, java.util.Properties props)Deprecated.Since 2.10static JPropNodeJPropNodeBuilder. build(java.util.Map<?,?> content, JavaPropsSchema schema)JPropNodeJPropNode. setValue(java.lang.String v)JPropNodeJPropPathSplitter.CharPathOnlySplitter. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.String value)JPropNodeJPropPathSplitter.FullSplitter. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.String value)JPropNodeJPropPathSplitter.IndexOnlySplitter. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.String value)JPropNodeJPropPathSplitter.NonSplitting. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.String value)abstract JPropNodeJPropPathSplitter. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.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.JPropNodeJPropPathSplitter.StringPathOnlySplitter. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.String value)Methods in com.fasterxml.jackson.dataformat.javaprop.util that return types with arguments of type JPropNode Modifier and Type Method Description java.util.Iterator<JPropNode>JPropNode. arrayContents()java.util.Iterator<java.util.Map.Entry<java.lang.String,JPropNode>>JPropNode. objectContents()Child entries accessed with String property name, if any.Methods in com.fasterxml.jackson.dataformat.javaprop.util with parameters of type JPropNode Modifier and Type Method Description protected JPropNodeJPropPathSplitter. _addSegment(JPropNode parent, java.lang.String segment)private JPropNodeJPropPathSplitter.CharPathOnlySplitter. _continueWithEscapes(JPropNode parent, java.lang.String key, int start, java.lang.String value)protected JPropNodeJPropPathSplitter. _lastSegment(JPropNode parent, java.lang.String path, int start, int end)protected JPropNodeJPropPathSplitter.IndexOnlySplitter. _splitMore(JPropNode parent, java.lang.String prefix, java.lang.String indexStr)JPropNodeJPropPathSplitter.CharPathOnlySplitter. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.String value)JPropNodeJPropPathSplitter.FullSplitter. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.String value)JPropNodeJPropPathSplitter.IndexOnlySplitter. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.String value)JPropNodeJPropPathSplitter.NonSplitting. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.String value)abstract JPropNodeJPropPathSplitter. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.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.JPropNodeJPropPathSplitter.StringPathOnlySplitter. splitAndAdd(JPropNode parent, java.lang.String key, java.lang.String value)
-