Uses of Record Class
org.springframework.data.mongodb.core.mapping.FieldName
Packages that use FieldName
Package
Description
Infrastructure for the MongoDB document-to-object mapping subsystem.
MongoDB driver-specific utility classes for
Bson and DBObject
interaction.-
Uses of FieldName in org.springframework.data.mongodb.core.mapping
Fields in org.springframework.data.mongodb.core.mapping declared as FieldNameMethods in org.springframework.data.mongodb.core.mapping that return FieldNameModifier and TypeMethodDescriptionMongoField.getName()static FieldNameCreate a newFieldNamethat treats the given value as is.static FieldNameCreate a newFieldNamethat treats the given value as a path.Constructors in org.springframework.data.mongodb.core.mapping with parameters of type FieldNameModifierConstructorDescriptionprotectedMongoField(FieldName name, Class<?> targetFieldType, int fieldOrder) protectedMongoField(FieldName name, FieldType fieldType, int fieldOrder) -
Uses of FieldName in org.springframework.data.mongodb.util
Methods in org.springframework.data.mongodb.util with parameters of type FieldNameModifier and TypeMethodDescriptionstatic booleanstatic ObjectBsonUtils.resolveValue(Map<String, Object> source, FieldName fieldName) Resolve the value for a givenfield name.static ObjectBsonUtils.resolveValue(org.bson.conversions.Bson bson, FieldName fieldName) Resolve the value for a givenfield name.