Uses of Class
org.springframework.batch.item.support.builder.ScriptItemProcessorBuilder
Packages that use ScriptItemProcessorBuilder
-
Uses of ScriptItemProcessorBuilder in org.springframework.batch.item.support.builder
Methods in org.springframework.batch.item.support.builder that return ScriptItemProcessorBuilderModifier and TypeMethodDescriptionScriptItemProcessorBuilder.itemBindingVariableName(String itemBindingVariableName) Provides the ability to change the key name that scripts use to obtain the current item to process if the variable represented by:ScriptItemProcessor.ITEM_BINDING_VARIABLE_NAMEis not suitable ("item").Establishes the language of the script.ScriptItemProcessorBuilder.scriptResource(org.springframework.core.io.Resource resource) Sets theResourcelocation of the script to use.ScriptItemProcessorBuilder.scriptSource(String scriptSource) Sets the providedStringas the script source code to use.