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, postProcessdoParse, getBeanClassName, getParentName, parseInternalpublic RedisDefinitionParser(RedissonNamespaceParserSupport helper)
protected Class<RedisClient> getBeanClass(Element element)
getBeanClass in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected 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.AbstractSimpleBeanDefinitionParserprotected boolean shouldGenerateIdAsFallback()
shouldGenerateIdAsFallback in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserprotected boolean isEligibleAttribute(String attributeName)
isEligibleAttribute in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParserprotected boolean isEligibleAttribute(Attr attribute, org.springframework.beans.factory.xml.ParserContext parserContext)
isEligibleAttribute in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParserCopyright © 2014–2018 The Redisson Project. All rights reserved.