Uses of Enum Class
org.springframework.data.mongodb.core.mapping.FieldType
Package
Description
Infrastructure for the MongoDB document-to-object mapping subsystem.
-
Uses of FieldType in org.springframework.data.mongodb.core.mapping
Modifier and TypeMethodDescriptionMongoField.getFieldType()
Get the fields target type if defined.static FieldType
Returns the enum constant of this class with the specified name.static FieldType[]
FieldType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConfigure the field type.ModifierConstructorDescriptionprotected
MongoField
(FieldName name, FieldType fieldType, int fieldOrder)