Uses of Class
org.springframework.data.mongodb.core.convert.QueryMapper.Field
Packages that use QueryMapper.Field
Package
Description
Spring Data MongoDB specific converter infrastructure.
-
Uses of QueryMapper.Field in org.springframework.data.mongodb.core.convert
Subclasses of QueryMapper.Field in org.springframework.data.mongodb.core.convertModifier and TypeClassDescriptionstatic classExtension ofQueryMapper.Fieldto be backed with mapping metadata.Methods in org.springframework.data.mongodb.core.convert that return QueryMapper.FieldModifier and TypeMethodDescriptionprotected QueryMapper.FieldQueryMapper.createPropertyField(MongoPersistentEntity<?> entity, String key, MappingContext<? extends MongoPersistentEntity<?>, MongoPersistentProperty> mappingContext) protected QueryMapper.FieldUpdateMapper.createPropertyField(MongoPersistentEntity<?> entity, String key, MappingContext<? extends MongoPersistentEntity<?>, MongoPersistentProperty> mappingContext) Returns a newQueryMapper.Fieldwith the given name.Methods in org.springframework.data.mongodb.core.convert with parameters of type QueryMapper.FieldModifier and TypeMethodDescriptionprotected ObjectQueryMapper.convertAssociation(Object source, QueryMapper.Field field) protected ObjectQueryMapper.convertValueWithConversionContext(QueryMapper.Field documentField, Object sourceValue, Object value, PropertyValueConverter<Object, Object, ValueConversionContext<MongoPersistentProperty>> valueConverter, MongoConversionContext conversionContext) protected ObjectUpdateMapper.convertValueWithConversionContext(QueryMapper.Field documentField, Object sourceValue, Object value, PropertyValueConverter<Object, Object, ValueConversionContext<MongoPersistentProperty>> valueConverter, MongoConversionContext conversionContext) QueryMapper.createMapEntry(QueryMapper.Field field, Object value) Creates a newMap.Entryfor the givenQueryMapper.Fieldwith the given value.protected org.bson.DocumentQueryMapper.getMappedKeyword(QueryMapper.Field property, org.springframework.data.mongodb.core.convert.QueryMapper.Keyword keyword) Returns the mapped keyword considered defining a criteria for the given property.QueryMapper.getMappedObjectForField(QueryMapper.Field field, Object rawValue) Extracts the mapped object value for given field out of rawValue taking nestedQueryMapper.Keywords into accountUpdateMapper.getMappedObjectForField(QueryMapper.Field field, Object rawValue) protected ObjectQueryMapper.getMappedValue(QueryMapper.Field documentField, Object sourceValue) Returns the mapped value for the given source object assuming it's a value for the givenMongoPersistentProperty.protected booleanQueryMapper.isAssociationConversionNecessary(QueryMapper.Field documentField, Object value) Returns whether the givenQueryMapper.Fieldrepresents an association reference that together with the given value requires conversion to aDBRefobject.protected booleanUpdateMapper.isAssociationConversionNecessary(QueryMapper.Field documentField, Object value)