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 JPropNode
JPropReadContext._nextNode
We 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._contents
JPropReadContext.ObjectContext._contents
Iterator 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._byIndex
Child entries with integral number index, if any.JPropNode._byName
Child entries accessed with String property name, if any.Methods in com.fasterxml.jackson.dataformat.javaprop.util that return JPropNodeModifier and TypeMethodDescriptionprotected JPropNode
JPropPathSplitter._addSegment
(JPropNode parent, String segment) protected JPropNode
JPropPathSplitter._lastSegment
(JPropNode parent, String path, int start, int end) protected JPropNode
JPropPathSplitter.IndexOnlySplitter._splitMore
(JPropNode parent, String prefix, String indexStr) JPropNode.addByIndex
(int index) static JPropNode
JPropNodeBuilder.build
(JavaPropsSchema schema, Properties props) 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 JPropNode
JPropPathSplitter.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 JPropNode
JPropPathSplitter._addSegment
(JPropNode parent, String segment) protected JPropNode
JPropPathSplitter._lastSegment
(JPropNode parent, String path, int start, int end) protected JPropNode
JPropPathSplitter.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 JPropNode
JPropPathSplitter.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)