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 GemfireMappingContextEntityDefinedRegionsConfiguration.resolveMappingContext()Resolves themapping contextby returning the configuredmapping contextif present, or attempts to lookup themapping contextfrom 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 configuredGemfireMappingContextregistered in theBeanFactory. -
Uses of GemfireMappingContext in org.springframework.data.gemfire.mapping
Methods in org.springframework.data.gemfire.mapping that return GemfireMappingContextModifier and TypeMethodDescriptionprotected GemfireMappingContextMappingPdxSerializer.getMappingContext()Returns a reference to the configuredmapping contextused 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 MappingPdxSerializerMappingPdxSerializer.create(GemfireMappingContext mappingContext) Factory method used to construct a new instance ofMappingPdxSerializerinitialized with the givenmapping contextsupplying entity mapping meta-data, using a provided, defaultConversionService.static MappingPdxSerializerMappingPdxSerializer.create(GemfireMappingContext mappingContext, ConversionService conversionService) Factory method used to construct a new instance ofMappingPdxSerializerinitialized with the givenmapping contextandconversion service.Constructors in org.springframework.data.gemfire.mapping with parameters of type GemfireMappingContextModifierConstructorDescriptionMappingPdxSerializer(GemfireMappingContext mappingContext, ConversionService conversionService) Constructs a new instance ofMappingPdxSerializerinitialized with the givenGemfireMappingContextandConversionService.