Uses of Class
net.minidev.json.actions.path.PathDelimiter
-
Packages that use PathDelimiter Package Description net.minidev.json.actions net.minidev.json.actions.path net.minidev.json.actions.traverse Traverse all the nodes in aJSONObjectand process them -
-
Uses of PathDelimiter in net.minidev.json.actions
Fields in net.minidev.json.actions declared as PathDelimiter Modifier and Type Field Description protected PathDelimiterPathLocator. pathDelimiterprotected PathDelimiterPathsRetainer. pathDelimiterMethods in net.minidev.json.actions with parameters of type PathDelimiter Modifier and Type Method Description PathLocatorPathLocator. with(PathDelimiter pathDelimiter)PathsRetainerPathsRetainer. with(PathDelimiter pathDelimiter) -
Uses of PathDelimiter in net.minidev.json.actions.path
Subclasses of PathDelimiter in net.minidev.json.actions.path Modifier and Type Class Description classDotDelimiterEncapsulates the delimiter '.' of the path parts when the path is specified in n-gram format.classSlashDelimiterEncapsulates the delimiter '.' of the path parts when the path is specified in n-gram format.Fields in net.minidev.json.actions.path declared as PathDelimiter Modifier and Type Field Description protected PathDelimiterTreePath. delimMethods in net.minidev.json.actions.path that return PathDelimiter Modifier and Type Method Description PathDelimiterPathDelimiter. withAcceptDelimiterInNodeName(boolean acceptDelimInKey)Constructors in net.minidev.json.actions.path with parameters of type PathDelimiter Constructor Description TreePath(String path, PathDelimiter delim) -
Uses of PathDelimiter in net.minidev.json.actions.traverse
Fields in net.minidev.json.actions.traverse declared as PathDelimiter Modifier and Type Field Description protected PathDelimiterLocatePathsJsonAction. delimprotected PathDelimiterRetainPathsJsonAction. delimprotected PathDelimiterTreeTraverser. delimMethods in net.minidev.json.actions.traverse with parameters of type PathDelimiter Modifier and Type Method Description JSONTraverserJSONTraverser. with(PathDelimiter delim)Constructors in net.minidev.json.actions.traverse with parameters of type PathDelimiter Constructor Description LocatePathsJsonAction(List<String> pathsToFind, PathDelimiter delim)RetainPathsJsonAction(List<String> pathsToRetain, PathDelimiter delim)TreeTraverser(TreeTraverseAction<M,L> action, PathDelimiter delim)
-