Uses of Enum Class
org.springframework.data.mongodb.core.mapping.MongoPersistentProperty.PropertyToFieldNameConverter
Packages that use MongoPersistentProperty.PropertyToFieldNameConverter
Package
Description
Infrastructure for the MongoDB document-to-object mapping subsystem.
-
Uses of MongoPersistentProperty.PropertyToFieldNameConverter in org.springframework.data.mongodb.core.mapping
Subclasses with type arguments of type MongoPersistentProperty.PropertyToFieldNameConverter in org.springframework.data.mongodb.core.mappingModifier and TypeClassDescriptionstatic enumSimpleConverterimplementation to transform aMongoPersistentPropertyinto its field name.Methods in org.springframework.data.mongodb.core.mapping that return MongoPersistentProperty.PropertyToFieldNameConverterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MongoPersistentProperty.PropertyToFieldNameConverter.values()Returns an array containing the constants of this enum class, in the order they are declared.