Uses of Class
com.streamconverter.path.TreePath
Packages that use TreePath
Package
Description
-
Uses of TreePath in com.streamconverter.command.impl.csv
Constructors in com.streamconverter.command.impl.csv with parameters of type TreePathModifierConstructorDescriptionCsvNavigateCommand
(TreePath treePath, IRule rule) Constructor for CSV navigation with TreePath (for compatibility). -
Uses of TreePath in com.streamconverter.command.impl.json
Methods in com.streamconverter.command.impl.json with parameters of type TreePathModifier and TypeMethodDescriptionstatic JsonNavigateCommand
Factory method for creating a JSON navigation command with TreePath and rule.Constructors in com.streamconverter.command.impl.json with parameters of type TreePathModifierConstructorDescriptionJsonNavigateCommand
(TreePath treePath, IRule rule) Constructor for JSON navigation with TreePath selector and transformation rule. -
Uses of TreePath in com.streamconverter.command.impl.xml
Methods in com.streamconverter.command.impl.xml with parameters of type TreePathModifier and TypeMethodDescriptionstatic XmlNavigateCommand
Factory method for creating an XML navigation command with TreePath and rule.Constructors in com.streamconverter.command.impl.xml with parameters of type TreePathModifierConstructorDescriptionConvertCommand
(IRule rule, TreePath treePath) デフォルトコンストラクタXmlNavigateCommand
(TreePath treePath, IRule rule) Constructor for XML navigation with TreePath selector and transformation rule. -
Uses of TreePath in com.streamconverter.path
Methods in com.streamconverter.path that return TreePath