public class RedissonNamespaceParserSupport extends Object
Modifier and Type | Field and Description |
---|---|
static String |
REDISSON_NAMESPACE |
Constructor and Description |
---|
RedissonNamespaceParserSupport() |
Modifier and Type | Method and Description |
---|---|
void |
addConstructorArgs(Element element,
String attribute,
Class type,
org.springframework.beans.factory.config.BeanDefinition bd) |
void |
addConstructorArgs(Element element,
String attribute,
Class type,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
void |
addConstructorArgs(Object value,
Class type,
org.springframework.beans.factory.config.BeanDefinition bd) |
void |
addConstructorArgs(Object value,
Class type,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
org.springframework.beans.factory.support.BeanDefinitionBuilder |
createBeanDefinitionBuilder(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
Class<?> cls) |
org.springframework.beans.factory.parsing.BeanComponentDefinition |
factoryInvoker(Element element,
Object obj,
String method,
Object[] args,
org.springframework.beans.factory.xml.ParserContext parserContext) |
org.springframework.beans.factory.parsing.BeanComponentDefinition |
factoryInvoker(Element element,
String bean,
String method,
Object[] args,
org.springframework.beans.factory.xml.ParserContext parserContext) |
org.springframework.beans.factory.parsing.BeanComponentDefinition |
factoryInvoker(Object obj,
String method,
Object[] args,
org.springframework.beans.factory.xml.ParserContext parserContext) |
org.springframework.beans.factory.parsing.BeanComponentDefinition |
factoryInvoker(String bean,
String method,
Object[] args,
org.springframework.beans.factory.xml.ParserContext parserContext) |
String |
generateId(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.springframework.beans.factory.xml.ParserContext parserContext) |
String |
getAttribute(Element element,
String attribute) |
String |
getId(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.springframework.beans.factory.xml.ParserContext parserContext) |
String |
getName(Node node) |
Element |
getSingleElement(Element element,
String tagName) |
boolean |
hasAttribute(Element element,
String attribute) |
boolean |
hasElement(Element element,
String tagName) |
org.springframework.beans.factory.parsing.BeanComponentDefinition |
invoker(Element element,
Object obj,
String method,
Object[] args,
org.springframework.beans.factory.xml.ParserContext parserContext) |
org.springframework.beans.factory.parsing.BeanComponentDefinition |
invoker(Element element,
String bean,
String method,
Object[] args,
org.springframework.beans.factory.xml.ParserContext parserContext) |
org.springframework.beans.factory.parsing.BeanComponentDefinition |
invoker(Object obj,
String method,
Object[] args,
org.springframework.beans.factory.xml.ParserContext parserContext) |
org.springframework.beans.factory.parsing.BeanComponentDefinition |
invoker(String bean,
String method,
Object[] args,
org.springframework.beans.factory.xml.ParserContext parserContext) |
boolean |
isEligibleAttribute(Attr attribute) |
boolean |
isEligibleAttribute(String attributeName) |
boolean |
isRedissonNS(Node node) |
String[] |
parseAliase(Element element) |
void |
populateIdAttribute(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.springframework.beans.factory.xml.ParserContext parserContext) |
org.springframework.beans.factory.parsing.BeanComponentDefinition |
registerBeanDefinition(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
Element element,
org.springframework.beans.factory.xml.ParserContext parserContext) |
org.springframework.beans.factory.parsing.BeanComponentDefinition |
registerBeanDefinition(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
String id,
String[] aliases,
org.springframework.beans.factory.xml.ParserContext parserContext) |
void |
setAttribute(Element element,
String attribute,
String value) |
public static final String REDISSON_NAMESPACE
public org.springframework.beans.factory.support.BeanDefinitionBuilder createBeanDefinitionBuilder(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, Class<?> cls)
public org.springframework.beans.factory.parsing.BeanComponentDefinition registerBeanDefinition(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, String id, String[] aliases, org.springframework.beans.factory.xml.ParserContext parserContext)
public org.springframework.beans.factory.parsing.BeanComponentDefinition registerBeanDefinition(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
public void addConstructorArgs(Element element, String attribute, Class type, org.springframework.beans.factory.config.BeanDefinition bd)
public void addConstructorArgs(Object value, Class type, org.springframework.beans.factory.config.BeanDefinition bd)
public void addConstructorArgs(Element element, String attribute, Class type, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
public void addConstructorArgs(Object value, Class type, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
public String getId(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.springframework.beans.factory.xml.ParserContext parserContext)
public String generateId(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.springframework.beans.factory.xml.ParserContext parserContext)
public void populateIdAttribute(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.springframework.beans.factory.xml.ParserContext parserContext)
public org.springframework.beans.factory.parsing.BeanComponentDefinition factoryInvoker(Element element, String bean, String method, Object[] args, org.springframework.beans.factory.xml.ParserContext parserContext)
public org.springframework.beans.factory.parsing.BeanComponentDefinition factoryInvoker(Element element, Object obj, String method, Object[] args, org.springframework.beans.factory.xml.ParserContext parserContext)
public org.springframework.beans.factory.parsing.BeanComponentDefinition factoryInvoker(String bean, String method, Object[] args, org.springframework.beans.factory.xml.ParserContext parserContext)
public org.springframework.beans.factory.parsing.BeanComponentDefinition factoryInvoker(Object obj, String method, Object[] args, org.springframework.beans.factory.xml.ParserContext parserContext)
public org.springframework.beans.factory.parsing.BeanComponentDefinition invoker(Element element, String bean, String method, Object[] args, org.springframework.beans.factory.xml.ParserContext parserContext)
public org.springframework.beans.factory.parsing.BeanComponentDefinition invoker(Element element, Object obj, String method, Object[] args, org.springframework.beans.factory.xml.ParserContext parserContext)
public org.springframework.beans.factory.parsing.BeanComponentDefinition invoker(String bean, String method, Object[] args, org.springframework.beans.factory.xml.ParserContext parserContext)
public org.springframework.beans.factory.parsing.BeanComponentDefinition invoker(Object obj, String method, Object[] args, org.springframework.beans.factory.xml.ParserContext parserContext)
public boolean isEligibleAttribute(String attributeName)
public boolean isEligibleAttribute(Attr attribute)
public boolean isRedissonNS(Node node)
Copyright © 2014–2017 The Redisson Project. All rights reserved.