Uses of Interface
com.streamconverter.path.IPath
Packages that use IPath
Package
Description
-
Uses of IPath in com.streamconverter.command.impl.json
Constructors in com.streamconverter.command.impl.json with parameters of type IPathModifierConstructorDescriptionJsonFilterCommand(IPath<List<String>> jsonPath) Constructor for JSON filtering with typed TreePath selector. -
Uses of IPath in com.streamconverter.command.impl.xml
Constructors in com.streamconverter.command.impl.xml with parameters of type IPathModifierConstructorDescriptionXmlFilterCommand(IPath<List<String>> xpath) Constructor for XML filtering with typed TreePath selector. -
Uses of IPath in com.streamconverter.path
Classes in com.streamconverter.path that implement IPathModifier and TypeClassDescriptionclassAbstractPath<T>最小限のPath基底クラスclass最小限のCSVPath実装classRepresents a hierarchical path for tree-like data structures (JSON, XML).