| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.mapping |
Infrastructure for the MongoDB document-to-object mapping subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
static PersistentPropertyTranslator |
PersistentPropertyTranslator.create(MongoPersistentEntity<?> targetEntity)
Create a new
PersistentPropertyTranslator. |
static PersistentPropertyTranslator |
PersistentPropertyTranslator.create(MongoPersistentEntity<?> targetEntity,
Predicate<MongoPersistentProperty> translationFilter)
Create a new
PersistentPropertyTranslator accepting a filter predicate whether the
translation should happen at all. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.