Uses of Class
org.springframework.data.gemfire.mapping.GemfireMappingContext
Package
Description
-
Uses of GemfireMappingContext in org.springframework.data.gemfire.config.annotation
Modifier and TypeMethodDescriptionprotected GemfireMappingContext
EntityDefinedRegionsConfiguration.resolveMappingContext()
Resolves themapping context
by returning the configuredmapping context
if present, or attempts to lookup themapping context
from the configuredBeanFactory
.Modifier and TypeMethodDescriptionprotected Optional<GemfireMappingContext>
PdxConfiguration.resolveMappingContext()
Returns any configuredGemfireMappingContext
registered in theBeanFactory
. -
Uses of GemfireMappingContext in org.springframework.data.gemfire.mapping
Modifier and TypeMethodDescriptionprotected GemfireMappingContext
MappingPdxSerializer.getMappingContext()
Returns a reference to the configuredmapping context
used to handling mapping logic between GemFire persistent entities and application domain objecttypes
.Modifier and TypeMethodDescriptionstatic MappingPdxSerializer
MappingPdxSerializer.create
(GemfireMappingContext mappingContext) Factory method used to construct a new instance ofMappingPdxSerializer
initialized with the givenmapping context
supplying entity mapping meta-data, using a provided, defaultConversionService
.static MappingPdxSerializer
MappingPdxSerializer.create
(GemfireMappingContext mappingContext, ConversionService conversionService) Factory method used to construct a new instance ofMappingPdxSerializer
initialized with the givenmapping context
andconversion service
.ModifierConstructorDescriptionMappingPdxSerializer
(GemfireMappingContext mappingContext, ConversionService conversionService) Constructs a new instance ofMappingPdxSerializer
initialized with the givenGemfireMappingContext
andConversionService
.