インターフェースの使用
org.springframework.integration.scripting.ScriptVariableGenerator
ScriptVariableGenerator を使用するパッケージ
パッケージ
説明
Groovy サポートの基本パッケージ。
構成用のクラスを提供します。パーサー、名前空間ハンドラー、ファクトリ Bean。
スクリプティングサポートのベースパッケージ。
構成をサポートする基本パッケージ。
Spring Integration Java DSL のスクリプトコンポーネントサポートを提供します。
JSR223 スクリプトをサポートするクラスを提供します。
org.springframework.integration.groovy 内の ScriptVariableGenerator 使用
型 ScriptVariableGenerator のパラメーターを持つ org.springframework.integration.groovy のコンストラクター修飾子コンストラクター説明GroovyCommandMessageProcessor
(groovy.lang.Binding binding, ScriptVariableGenerator scriptVariableGenerator) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。提供されたScriptVariableGenerator
とバインディングを使用するGroovyCommandMessageProcessor
を作成します。GroovyCommandMessageProcessor
(ScriptVariableGenerator scriptVariableGenerator) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。提供されたScriptVariableGenerator
を使用するGroovyCommandMessageProcessor
を作成します。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 ScriptVariableGenerator
AbstractScriptExecutingMessageProcessor.getScriptVariableGenerator()
型 ScriptVariableGenerator のパラメーターを持つ org.springframework.integration.scripting のコンストラクター修飾子コンストラクター説明protected
AbstractScriptExecutingMessageProcessor
(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
用のプロセッサーを作成します