Package org.redisson.spring.support
Class RedissonNamespaceDefaultDecorator
- java.lang.Object
-
- org.redisson.spring.support.RedissonNamespaceDefaultDecorator
-
- All Implemented Interfaces:
RedissonNamespaceDecorator
public class RedissonNamespaceDefaultDecorator extends Object implements RedissonNamespaceDecorator
- Author:
- Rui Gu (https://github.com/jackygurui)
-
-
Constructor Summary
Constructors Constructor Description RedissonNamespaceDefaultDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decorate(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, RedissonNamespaceParserSupport helper)
-
-
-
Method Detail
-
decorate
public void decorate(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, RedissonNamespaceParserSupport helper)
- Specified by:
decorate
in interfaceRedissonNamespaceDecorator
-
-