インターフェースの使用
org.springframework.integration.scripting.ScriptVariableGenerator
ScriptVariableGenerator を使用するパッケージ
パッケージ
説明
Groovy サポートの基本パッケージ。
構成用のクラスを提供します。パーサー、名前空間ハンドラー、ファクトリ Bean。
スクリプティングサポートのベースパッケージ。
構成をサポートする基本パッケージ。
Spring Integration Java DSL のスクリプトコンポーネントサポートを提供します。
JSR223 スクリプトをサポートするクラスを提供します。
org.springframework.integration.groovy 内の ScriptVariableGenerator 使用
型 ScriptVariableGenerator のパラメーターを持つ org.springframework.integration.groovy のコンストラクター修飾子コンストラクター説明GroovyScriptExecutingMessageProcessor(ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator) 提供された ScriptVariableGenerator を使用する特定のScriptSource用のプロセッサーを作成します。org.springframework.integration.groovy.config 内の ScriptVariableGenerator 使用
型 ScriptVariableGenerator のパラメーターを持つ org.springframework.integration.groovy.config のメソッド修飾子と型メソッド説明GroovyAwareScriptExecutingProcessorFactory.createMessageProcessor(StringSE language, ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator) org.springframework.integration.scripting 内の ScriptVariableGenerator 使用
修飾子と型メソッド説明protected ScriptVariableGeneratorAbstractScriptExecutingMessageProcessor.getScriptVariableGenerator()型 ScriptVariableGenerator のパラメーターを持つ org.springframework.integration.scripting のコンストラクター修飾子コンストラクター説明protectedAbstractScriptExecutingMessageProcessor(ScriptVariableGenerator scriptVariableGenerator) org.springframework.integration.scripting.config 内の ScriptVariableGenerator 使用
型 ScriptVariableGenerator のパラメーターを持つ org.springframework.integration.scripting.config のメソッド修飾子と型メソッド説明ScriptExecutingProcessorFactory.createMessageProcessor(StringSE language, ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator) org.springframework.integration.scripting.dsl 内の ScriptVariableGenerator 使用
型 ScriptVariableGenerator のパラメーターを持つ org.springframework.integration.scripting.dsl のメソッド修飾子と型メソッド説明ScriptMessageSourceSpec.variableGenerator(ScriptVariableGenerator variableGenerator) 使用するScriptVariableGenerator。ScriptSpec.variableGenerator(ScriptVariableGenerator variableGenerator) 使用するScriptVariableGenerator。org.springframework.integration.scripting.jsr223 内の ScriptVariableGenerator 使用
型 ScriptVariableGenerator のパラメーターを持つ org.springframework.integration.scripting.jsr223 のコンストラクター修飾子コンストラクター説明ScriptExecutingMessageProcessor(ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator, ScriptExecutor scriptExecutor) 付属のScriptExecutorを使用してScriptSource用のプロセッサーを作成します