Uses of Class
com.streamconverter.command.AbstractStreamCommand
Packages that use AbstractStreamCommand
Package
Description
-
Uses of AbstractStreamCommand in com.streamconverter.command
Subclasses of AbstractStreamCommand in com.streamconverter.commandModifier and TypeClassDescriptionclass
Abstract class for commands that consume an input stream and produce an output stream. -
Uses of AbstractStreamCommand in com.streamconverter.command.impl
Subclasses of AbstractStreamCommand in com.streamconverter.command.implModifier and TypeClassDescriptionclass
Line ending normalization command.class
SampleStreamCommand is a concrete implementation of AbstractStreamCommand.class
指定された通信先にOutputStreamを送信するコマンドクラス。 -
Uses of AbstractStreamCommand in com.streamconverter.command.impl.analysis
Subclasses of AbstractStreamCommand in com.streamconverter.command.impl.analysisModifier and TypeClassDescriptionclass
PMD XML レポートを CSV 形式に変換するコマンドclass
PMD XML レポートを JSON 形式に変換するコマンドclass
PMD XML レポートを AI 可読性の高い Markdown 形式に変換するコマンド -
Uses of AbstractStreamCommand in com.streamconverter.command.impl.charcode
Subclasses of AbstractStreamCommand in com.streamconverter.command.impl.charcodeModifier and TypeClassDescriptionclass
Converts the character encoding of a stream from one encoding to another. -
Uses of AbstractStreamCommand in com.streamconverter.command.impl.csv
Subclasses of AbstractStreamCommand in com.streamconverter.command.impl.csvModifier and TypeClassDescriptionclass
CSV Filter Command Classclass
CSV Navigate Command Classclass
CSVデータのバリデーションを行うコマンドクラス -
Uses of AbstractStreamCommand in com.streamconverter.command.impl.json
Subclasses of AbstractStreamCommand in com.streamconverter.command.impl.jsonModifier and TypeClassDescriptionclass
JSON Filter Command Classclass
JSON Navigation Command for applying transformations to JSON dataclass
JsonSurferを使った完全ストリーミングJSON検証コマンドclass
JSONスキーマバリデーションを行うコマンドクラス -
Uses of AbstractStreamCommand in com.streamconverter.command.impl.xml
Subclasses of AbstractStreamCommand in com.streamconverter.command.impl.xmlModifier and TypeClassDescriptionclass
XML変換コマンドクラスclass
XMLのバリデーションを行うコマンドクラスclass
XML Filter Command Classclass
XML Navigate Command Class