Uses of Class
org.springframework.data.gemfire.mapping.GemfireMappingContext
Packages that use GemfireMappingContext
Package
Description
-
Uses of GemfireMappingContext in org.springframework.data.gemfire.config.annotation
Methods in org.springframework.data.gemfire.config.annotation that return GemfireMappingContextModifier and TypeMethodDescriptionprotected GemfireMappingContext
EntityDefinedRegionsConfiguration.resolveMappingContext()
Resolves themapping context
by returning the configuredmapping context
if present, or attempts to lookup themapping context
from the configuredBeanFactory
.Methods in org.springframework.data.gemfire.config.annotation that return types with arguments of type GemfireMappingContextModifier and TypeMethodDescriptionprotected Optional<GemfireMappingContext>
PdxConfiguration.resolveMappingContext()
Returns any configuredGemfireMappingContext
registered in theBeanFactory
. -
Uses of GemfireMappingContext in org.springframework.data.gemfire.mapping
Methods in org.springframework.data.gemfire.mapping that return GemfireMappingContextModifier 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
.Methods in org.springframework.data.gemfire.mapping with parameters of type GemfireMappingContextModifier 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
.Constructors in org.springframework.data.gemfire.mapping with parameters of type GemfireMappingContextModifierConstructorDescriptionMappingPdxSerializer
(GemfireMappingContext mappingContext, ConversionService conversionService) Constructs a new instance ofMappingPdxSerializer
initialized with the givenGemfireMappingContext
andConversionService
.