| Package | Description |
|---|---|
| com.microsoft.azure.spring.data.cosmosdb.core.convert | |
| com.microsoft.azure.spring.data.cosmosdb.core.mapping |
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.data.mapping.context.MappingContext<? extends CosmosPersistentEntity<?>,CosmosPersistentProperty> |
MappingCosmosConverter.mappingContext |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mapping.context.MappingContext<? extends CosmosPersistentEntity<?>,CosmosPersistentProperty> |
MappingCosmosConverter.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
private <R> R |
MappingCosmosConverter.readInternal(CosmosPersistentEntity<?> entity,
Class<R> type,
com.azure.data.cosmos.CosmosItemProperties cosmosItemProperties) |
| Constructor and Description |
|---|
MappingCosmosConverter(org.springframework.data.mapping.context.MappingContext<? extends CosmosPersistentEntity<?>,CosmosPersistentProperty> mappingContext,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCosmosPersistentEntity<T> |
| Constructor and Description |
|---|
BasicCosmosPersistentProperty(org.springframework.data.mapping.model.Property property,
CosmosPersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
Copyright © 2020 Microsoft. All rights reserved.