Uses of Class
net.minidev.json.actions.path.PathDelimiter
Packages that use PathDelimiter
Package
Description
Traverse all the nodes in a
JSONObject and process them-
Uses of PathDelimiter in net.minidev.json.actions
Fields in net.minidev.json.actions declared as PathDelimiterModifier and TypeFieldDescriptionprotected PathDelimiterPathLocator.pathDelimiterprotected PathDelimiterPathsRetainer.pathDelimiterMethods in net.minidev.json.actions with parameters of type PathDelimiterModifier and TypeMethodDescriptionPathLocator.with(PathDelimiter pathDelimiter) PathsRetainer.with(PathDelimiter pathDelimiter) -
Uses of PathDelimiter in net.minidev.json.actions.path
Subclasses of PathDelimiter in net.minidev.json.actions.pathModifier and TypeClassDescriptionclassEncapsulates the delimiter '.' of the path parts when the path is specified in n-gram format.classEncapsulates the delimiter '.' of the path parts when the path is specified in n-gram format.Fields in net.minidev.json.actions.path declared as PathDelimiterMethods in net.minidev.json.actions.path that return PathDelimiterModifier and TypeMethodDescriptionPathDelimiter.withAcceptDelimiterInNodeName(boolean acceptDelimInKey) Constructors in net.minidev.json.actions.path with parameters of type PathDelimiter -
Uses of PathDelimiter in net.minidev.json.actions.traverse
Fields in net.minidev.json.actions.traverse declared as PathDelimiterModifier and TypeFieldDescriptionprotected PathDelimiterLocatePathsJsonAction.delimprotected final PathDelimiterRetainPathsJsonAction.delimprotected PathDelimiterTreeTraverser.delimMethods in net.minidev.json.actions.traverse with parameters of type PathDelimiterConstructors in net.minidev.json.actions.traverse with parameters of type PathDelimiterModifierConstructorDescriptionLocatePathsJsonAction(List<String> pathsToFind, PathDelimiter delim) RetainPathsJsonAction(List<String> pathsToRetain, PathDelimiter delim) TreeTraverser(TreeTraverseAction<M, L> action, PathDelimiter delim)