Uses of Enum Class
org.springframework.batch.item.data.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionMongoItemWriterBuilder.mode
(MongoItemWriter.Mode mode) Set the operatingMongoItemWriter.Mode
to be applied by this writer.