Uses of Enum Class
org.springframework.data.mongodb.core.mapping.FieldName.Type
Package
Description
Infrastructure for the MongoDB document-to-object mapping subsystem.
-
Uses of FieldName.Type in org.springframework.data.mongodb.core.mapping
Modifier and TypeMethodDescriptionFieldName.type()
Returns the value of thetype
record component.static FieldName.Type
Returns the enum constant of this class with the specified name.static FieldName.Type[]
FieldName.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionFieldName
(String name, FieldName.Type type) Creates an instance of aFieldName
record class.