Uses of Enum Class
org.springframework.batch.infrastructure.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.infrastructure.item.data
Subclasses with type arguments of type MongoItemWriter.Mode in org.springframework.batch.infrastructure.item.dataModifier and TypeClassDescriptionstatic enumOperation mode of the item writer.Methods in org.springframework.batch.infrastructure.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.infrastructure.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.infrastructure.item.data.builder
Methods in org.springframework.batch.infrastructure.item.data.builder with parameters of type MongoItemWriter.ModeModifier and TypeMethodDescriptionMongoItemWriterBuilder.mode(MongoItemWriter.Mode mode) Set the operatingMongoItemWriter.Modeto be applied by this writer.