Uses of Enum Class
org.springframework.batch.item.data.MongoItemWriter.Mode
Packages that use MongoItemWriter.Mode
Package
Description
Spring Data related readers and writers.
Builders for Spring Data item readers and writers.
-
Uses of MongoItemWriter.Mode in org.springframework.batch.item.data
Methods in org.springframework.batch.item.data that return MongoItemWriter.ModeModifier and TypeMethodDescriptionMongoItemWriter.getMode()
Get the operatingMongoItemWriter.Mode
of the item writer.static MongoItemWriter.Mode
Returns the enum constant of this class with the specified name.static MongoItemWriter.Mode[]
MongoItemWriter.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.batch.item.data with parameters of type MongoItemWriter.ModeModifier and TypeMethodDescriptionvoid
MongoItemWriter.setMode
(MongoItemWriter.Mode mode) Set the operatingMongoItemWriter.Mode
to be applied by this writer. -
Uses of MongoItemWriter.Mode in org.springframework.batch.item.data.builder
Methods in org.springframework.batch.item.data.builder with parameters of type MongoItemWriter.ModeModifier and TypeMethodDescriptionMongoItemWriterBuilder.mode
(MongoItemWriter.Mode mode) Set the operatingMongoItemWriter.Mode
to be applied by this writer.