Uses of Enum Class
org.springframework.data.mongodb.core.mapping.FieldName.Type
Packages that use FieldName.Type
Package
Description
Infrastructure for the MongoDB document-to-object mapping subsystem.
-
Uses of FieldName.Type in org.springframework.data.mongodb.core.mapping
Methods in org.springframework.data.mongodb.core.mapping that return FieldName.TypeModifier and TypeMethodDescriptionFieldName.type()Returns the value of thetyperecord component.static FieldName.TypeReturns 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.Methods in org.springframework.data.mongodb.core.mapping with parameters of type FieldName.TypeConstructors in org.springframework.data.mongodb.core.mapping with parameters of type FieldName.TypeModifierConstructorDescriptionFieldName(String name, FieldName.Type type) FieldName(String name, FieldName.Type type, String[] parts) Creates an instance of aFieldNamerecord class.