Uses of Interface
com.streamconverter.command.IStreamCommand
Packages that use IStreamCommand
Package
Description
-
Uses of IStreamCommand in com.streamconverter
Methods in com.streamconverter with parameters of type IStreamCommandModifier and TypeMethodDescriptionstatic StreamConverterStreamConverter.create(IStreamCommand... commands) Creates a StreamConverter with the specified array of commands.static StreamConverterStreamConverter.createWithContext(ExecutionContext context, IStreamCommand... commands) Creates a StreamConverter with a custom ExecutionContext and specified commands.Method parameters in com.streamconverter with type arguments of type IStreamCommandModifier and TypeMethodDescriptionstatic StreamConverterStreamConverter.create(List<IStreamCommand> commands) Creates a StreamConverter with the specified list of commands.static StreamConverterStreamConverter.createWithContext(ExecutionContext context, List<IStreamCommand> commands) Creates a StreamConverter with a custom ExecutionContext and specified commands list.Constructors in com.streamconverter with parameters of type IStreamCommandModifierConstructorDescriptionStreamConverter(IStreamCommand[] commands) Constructs a StreamConverter with the specified array of commands.Constructor parameters in com.streamconverter with type arguments of type IStreamCommandModifierConstructorDescriptionStreamConverter(List<IStreamCommand> commands) Constructs a StreamConverter with the specified list of commands. -
Uses of IStreamCommand in com.streamconverter.command
Classes in com.streamconverter.command that implement IStreamCommandModifier and TypeClassDescriptionclassAbstract class for stream commands.classAbstract class for commands that consume an input stream and produce an output stream. -
Uses of IStreamCommand in com.streamconverter.command.impl
Classes in com.streamconverter.command.impl that implement IStreamCommandModifier and TypeClassDescriptionclassLine ending normalization command.classSampleStreamCommand is a concrete implementation of AbstractStreamCommand.class指定された通信先にOutputStreamを送信するコマンドクラス。 -
Uses of IStreamCommand in com.streamconverter.command.impl.analysis
Classes in com.streamconverter.command.impl.analysis that implement IStreamCommandModifier and TypeClassDescriptionclassPMD XML レポートを CSV 形式に変換するコマンドclassPMD XML レポートを JSON 形式に変換するコマンドclassPMD XML レポートを AI 可読性の高い Markdown 形式に変換するコマンド -
Uses of IStreamCommand in com.streamconverter.command.impl.charcode
Classes in com.streamconverter.command.impl.charcode that implement IStreamCommandModifier and TypeClassDescriptionclassConverts the character encoding of a stream from one encoding to another. -
Uses of IStreamCommand in com.streamconverter.command.impl.csv
Classes in com.streamconverter.command.impl.csv that implement IStreamCommandModifier and TypeClassDescriptionclassCSV Filter Command ClassclassCSV Navigate Command ClassclassCSVデータのバリデーションを行うコマンドクラス -
Uses of IStreamCommand in com.streamconverter.command.impl.json
Classes in com.streamconverter.command.impl.json that implement IStreamCommandModifier and TypeClassDescriptionclassJSON Filter Command ClassclassJSON Navigation Command for applying transformations to JSON data -
Uses of IStreamCommand in com.streamconverter.command.impl.xml
Classes in com.streamconverter.command.impl.xml that implement IStreamCommandModifier and TypeClassDescriptionclassXML変換コマンドクラスclassXMLのバリデーションを行うコマンドクラスclassXML Filter Command ClassclassXML Navigate Command Class