Uses of Interface
org.springframework.batch.item.file.ResourceSuffixCreator
Package
Description
Infrastructure implementations of io file concerns.
Builders for file item readers and writers.
-
Uses of ResourceSuffixCreator in org.springframework.batch.item.file
Modifier and TypeClassDescriptionclass
Trivial implementation ofResourceSuffixCreator
that uses the index itself as suffix, separated by dot.Modifier and TypeMethodDescriptionvoid
MultiResourceItemWriter.setResourceSuffixCreator
(ResourceSuffixCreator suffixCreator) Allows customization of the suffix of the created resources based on the index. -
Uses of ResourceSuffixCreator in org.springframework.batch.item.file.builder
Modifier and TypeMethodDescriptionMultiResourceItemWriterBuilder.resourceSuffixCreator
(ResourceSuffixCreator suffixCreator) Allows customization of the suffix of the created resources based on the index.