| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.convert |
Spring Data MongoDB specific converter infrastructure.
|
| Modifier and Type | Field and Description |
|---|---|
static DbRefResolver |
ReactiveMongoTemplate.NO_OP_REF_RESOLVER |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDbRefResolver
A
DbRefResolver that resolves DBRefs by delegating to a
DbRefResolverCallback than is able to generate lazy loading proxies. |
class |
NoOpDbRefResolver
No-Operation
DBRef resolver throwing
UnsupportedOperationException when attempting to resolve database references. |
| Modifier and Type | Field and Description |
|---|---|
protected DbRefResolver |
MappingMongoConverter.dbRefResolver |
| Modifier and Type | Method and Description |
|---|---|
default <S,T> T |
MongoConverter.mapValueToTargetType(S source,
Class<T> targetType,
DbRefResolver dbRefResolver)
Mapping function capable of converting values into a desired target type by eg. extracting the actual java type
from a given
BsonValue. |
| Constructor and Description |
|---|
MappingMongoConverter(DbRefResolver dbRefResolver,
MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.