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 StreamConverter
StreamConverter.create
(IStreamCommand... commands) Creates a StreamConverter with the specified array of commands.static StreamConverter
StreamConverter.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 StreamConverter
StreamConverter.create
(List<IStreamCommand> commands) Creates a StreamConverter with the specified list of commands.static StreamConverter
StreamConverter.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 TypeClassDescriptionclass
Abstract class for stream commands.class
Abstract class for commands that consume an input stream and produce an output stream.class
既存のIStreamCommandをコンテキスト対応にするデコレータclass
IStreamCommandのログ出力デコレーターMethods in com.streamconverter.command that return IStreamCommandModifier and TypeMethodDescriptionLoggingDecorator.getDelegate()
ラップされているコマンドを取得ContextPropagatingDecorator.getWrappedCommand()
ラップされたコマンドを取得Methods in com.streamconverter.command that return types with arguments of type IStreamCommandModifier and TypeMethodDescriptionClass
<? extends IStreamCommand> CommandConfig.getCommandClass()
コマンドクラスを取得Constructors in com.streamconverter.command with parameters of type IStreamCommandModifierConstructorDescriptionデコレータを作成ContextPropagatingDecorator
(IStreamCommand command, String commandName) デコレータを作成(カスタムコマンド名付き)LoggingDecorator
(IStreamCommand delegate) コンストラクタLoggingDecorator
(IStreamCommand delegate, String loggerName) カスタムログ名を指定するコンストラクタConstructor parameters in com.streamconverter.command with type arguments of type IStreamCommandModifierConstructorDescriptionCommandConfig
(Class<? extends IStreamCommand> commandClass, Object... args) コンストラクタCommandConfig
(Class<? extends IStreamCommand> commandClass, String description, Object... args) 説明付きコンストラクタ -
Uses of IStreamCommand in com.streamconverter.command.impl
Classes in com.streamconverter.command.impl that implement IStreamCommandModifier and TypeClassDescriptionclass
Line ending normalization command.class
SampleStreamCommand 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 TypeClassDescriptionclass
PMD XML レポートを CSV 形式に変換するコマンドclass
PMD XML レポートを JSON 形式に変換するコマンドclass
PMD XML レポートを AI 可読性の高い Markdown 形式に変換するコマンド -
Uses of IStreamCommand in com.streamconverter.command.impl.charcode
Classes in com.streamconverter.command.impl.charcode that implement IStreamCommandModifier and TypeClassDescriptionclass
Converts 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 TypeClassDescriptionclass
CSV Filter Command Classclass
CSV Navigate Command Classclass
CSVデータのバリデーションを行うコマンドクラス -
Uses of IStreamCommand in com.streamconverter.command.impl.json
Classes in com.streamconverter.command.impl.json that implement IStreamCommandModifier and TypeClassDescriptionclass
JSON Filter Command Classclass
JSON Navigation Command for applying transformations to JSON dataclass
JsonSurferを使った完全ストリーミングJSON検証コマンドclass
JSONスキーマバリデーションを行うコマンドクラス -
Uses of IStreamCommand in com.streamconverter.command.impl.xml
Classes in com.streamconverter.command.impl.xml that implement IStreamCommandModifier and TypeClassDescriptionclass
XML変換コマンドクラスclass
XMLのバリデーションを行うコマンドクラスclass
XML Filter Command Classclass
XML Navigate Command Class