Uses of Enum Class
org.springframework.data.mongodb.core.mapping.Field.Write
Packages that use Field.Write
Package
Description
Infrastructure for the MongoDB document-to-object mapping subsystem.
-
Uses of Field.Write in org.springframework.data.mongodb.core.mapping
Subclasses with type arguments of type Field.Write in org.springframework.data.mongodb.core.mappingModifier and TypeClassDescriptionstatic enumEnumeration of write strategies to define when a property is included for write conversion.Methods in org.springframework.data.mongodb.core.mapping that return Field.WriteModifier and TypeMethodDescriptionstatic Field.WriteReturns the enum constant of this class with the specified name.static Field.Write[]Field.Write.values()Returns an array containing the constants of this enum class, in the order they are declared.