public final class RedisDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Constructor and Description |
---|
RedisDefinitionParser(RedissonNamespaceParserSupport helper) |
Modifier and Type | Method and Description |
---|---|
protected void |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
protected Class<RedisClient> |
getBeanClass(Element element) |
protected boolean |
isEligibleAttribute(Attr attribute,
org.springframework.beans.factory.xml.ParserContext parserContext) |
protected boolean |
isEligibleAttribute(String attributeName) |
protected boolean |
shouldGenerateIdAsFallback() |
extractPropertyName, postProcess
doParse, getBeanClassName, getParentName, parseInternal
public RedisDefinitionParser(RedissonNamespaceParserSupport helper)
protected Class<RedisClient> getBeanClass(Element element)
getBeanClass
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
protected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse
in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
protected boolean shouldGenerateIdAsFallback()
shouldGenerateIdAsFallback
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
protected boolean isEligibleAttribute(String attributeName)
isEligibleAttribute
in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
protected boolean isEligibleAttribute(Attr attribute, org.springframework.beans.factory.xml.ParserContext parserContext)
isEligibleAttribute
in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Copyright © 2014–2018 The Redisson Project. All rights reserved.