| Package | Description |
|---|---|
| org.springframework.data.gemfire.config.annotation | |
| org.springframework.data.gemfire.mapping |
| Modifier and Type | Method and Description |
|---|---|
protected GemfireMappingContext |
AbstractCacheConfiguration.mappingContext() |
protected GemfireMappingContext |
EntityDefinedRegionsConfiguration.resolveMappingContext()
Resolves the
mapping context by returning the configured
mapping context if present, or attempts to lookup
the mapping context from the configured BeanFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected GemfireMappingContext |
MappingPdxSerializer.getMappingContext()
Returns a reference to the configured
mapping context used to handling mapping
logic between GemFire persistent entities and application domain object types. |
| Modifier and Type | Method and Description |
|---|---|
static MappingPdxSerializer |
MappingPdxSerializer.create(GemfireMappingContext mappingContext) |
static MappingPdxSerializer |
MappingPdxSerializer.create(GemfireMappingContext mappingContext,
ConversionService conversionService)
Factory method used to construct a new instance of the
MappingPdxSerializer initialized with
the given mapping context and conversion service. |
| Constructor and Description |
|---|
MappingPdxSerializer(GemfireMappingContext mappingContext,
ConversionService conversionService)
Constructs a new instance of
MappingPdxSerializer initialized with the given
GemfireMappingContext and ConversionService. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.