Uses of Record Class
org.springframework.data.mongodb.core.mapping.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
Modifier and TypeMethodDescriptionMongoField.getName()
static FieldName
Create a newFieldName
that treats the given value as is.static FieldName
Create a newFieldName
that treats the given value as a path.ModifierConstructorDescriptionprotected
MongoField
(FieldName name, Class<?> targetFieldType, int fieldOrder) protected
MongoField
(FieldName name, FieldType fieldType, int fieldOrder) -
Uses of FieldName in org.springframework.data.mongodb.util
Modifier and TypeMethodDescriptionstatic boolean
static Object
BsonUtils.resolveValue
(Map<String, Object> source, FieldName fieldName) Resolve the value for a givenfield name
.static Object
BsonUtils.resolveValue
(org.bson.conversions.Bson bson, FieldName fieldName) Resolve the value for a givenfield name
.