Java org.springframework.data.gemfire.config.xml ParsingUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.gemfire.config.xml ParsingUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.gemfire.config.xml ParsingUtils.

The text is from its open source code.

Method

ObjectgetBeanReference(Element element, ParserContext parserContext, String refAttributeName)
voidparseCompressor(Element element, ParserContext parserContext, BeanDefinitionBuilder regionAttributesBuilder)
booleanparseEviction(Element element, ParserContext parserContext, BeanDefinitionBuilder regionAttributesBuilder)
Parses the eviction sub-element.
booleanparseExpiration(Element element, ParserContext parserContext, BeanDefinitionBuilder regionAttributesBuilder)
Parses the expiration sub-elements.
voidparseMembershipAttributes(Element element, ParserContext parserContext, BeanDefinitionBuilder regionAttributesBuilder)
voidparseOptionalRegionAttributes(Element element, ParserContext parserContext, BeanDefinitionBuilder regionAttributesBuilder)
ObjectparseRefOrNestedBeanDeclaration(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)
Utility method handling parsing of nested bean definition of the type:
  
or
  
ObjectparseRefOrNestedCustomElement(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)
ObjectparseRefOrSingleNestedBeanDeclaration(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)
voidparseStatistics(Element element, BeanDefinitionBuilder regionAttributesBuilder)
booleanparseSubscription(Element element, ParserContext parserContext, BeanDefinitionBuilder regionAttributesBuilder)
Parses the subscription sub-element.
StringresolveCacheReference(Element element)
StringresolveCacheReference(String cacheReference)
voidsetPropertyValue(Element element, BeanDefinitionBuilder builder, String attributeName)
voidsetPropertyValue(BeanDefinitionBuilder builder, BeanDefinition source, String propertyName)