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.Modeof the item writer.static MongoItemWriter.ModeReturns 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 TypeMethodDescriptionvoidMongoItemWriter.setMode(MongoItemWriter.Mode mode) Set the operatingMongoItemWriter.Modeto 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.Modeto be applied by this writer.