Uses of Class
com.fasterxml.jackson.dataformat.javaprop.util.JPropNode
Packages that use JPropNode
Package
Description
Internal helper classes used for handling of input and out contexts and
efficient reading/writing of Java Properties encoded content.
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 JPropNodeModifier and TypeFieldDescriptionprotected 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 JPropNodeModifier and TypeFieldDescriptionJPropReadContext.ArrayContext._contentsJPropReadContext.ObjectContext._contentsIterator over child values.Methods in com.fasterxml.jackson.dataformat.javaprop.io with parameters of type JPropNodeConstructors in com.fasterxml.jackson.dataformat.javaprop.io with parameters of type JPropNodeModifierConstructorDescriptionArrayContext(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 JPropNodeModifier and TypeFieldDescriptionJPropNode._byIndexChild entries with integral number index, if any.JPropNode._byNameChild entries accessed with String property name, if any.Methods in com.fasterxml.jackson.dataformat.javaprop.util that return JPropNodeModifier and TypeMethodDescriptionprotected JPropNodeJPropPathSplitter._addSegment(JPropNode parent, String segment) private JPropNodeJPropPathSplitter.CharPathOnlySplitter._continueWithEscapes(JPropNode parent, String key, int start, String value) protected JPropNodeJPropPathSplitter._lastSegment(JPropNode parent, String path, int start, int end) protected JPropNodeJPropPathSplitter.IndexOnlySplitter._splitMore(JPropNode parent, String prefix, String indexStr) JPropNode.addByIndex(int index) static JPropNodeJPropNodeBuilder.build(JavaPropsSchema schema, Properties props) Deprecated.Since 2.10static JPropNodeJPropNodeBuilder.build(Map<?, ?> content, JavaPropsSchema schema) JPropPathSplitter.CharPathOnlySplitter.splitAndAdd(JPropNode parent, String key, String value) JPropPathSplitter.FullSplitter.splitAndAdd(JPropNode parent, String key, String value) JPropPathSplitter.IndexOnlySplitter.splitAndAdd(JPropNode parent, String key, String value) JPropPathSplitter.NonSplitting.splitAndAdd(JPropNode parent, String key, String value) abstract JPropNodeJPropPathSplitter.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.JPropPathSplitter.StringPathOnlySplitter.splitAndAdd(JPropNode parent, String key, String value) Methods in com.fasterxml.jackson.dataformat.javaprop.util that return types with arguments of type JPropNodeModifier and TypeMethodDescriptionJPropNode.arrayContents()JPropNode.objectContents()Child entries accessed with String property name, if any.Methods in com.fasterxml.jackson.dataformat.javaprop.util with parameters of type JPropNodeModifier and TypeMethodDescriptionprotected JPropNodeJPropPathSplitter._addSegment(JPropNode parent, String segment) private JPropNodeJPropPathSplitter.CharPathOnlySplitter._continueWithEscapes(JPropNode parent, String key, int start, String value) protected JPropNodeJPropPathSplitter._lastSegment(JPropNode parent, String path, int start, int end) protected JPropNodeJPropPathSplitter.IndexOnlySplitter._splitMore(JPropNode parent, String prefix, String indexStr) JPropPathSplitter.CharPathOnlySplitter.splitAndAdd(JPropNode parent, String key, String value) JPropPathSplitter.FullSplitter.splitAndAdd(JPropNode parent, String key, String value) JPropPathSplitter.IndexOnlySplitter.splitAndAdd(JPropNode parent, String key, String value) JPropPathSplitter.NonSplitting.splitAndAdd(JPropNode parent, String key, String value) abstract JPropNodeJPropPathSplitter.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.JPropPathSplitter.StringPathOnlySplitter.splitAndAdd(JPropNode parent, String key, String value)