Spring Integration

org.springframework.integration.redis.config
Class RedisParserUtils

java.lang.Object
  extended by org.springframework.integration.redis.config.RedisParserUtils

public class RedisParserUtils
extends java.lang.Object

Since:
2.2
Author:
Oleg Zhurakousky

Constructor Summary
RedisParserUtils()
           
 
Method Summary
static void setRedisSerializers(boolean redisTemplateSet, org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedisParserUtils

public RedisParserUtils()
Method Detail

setRedisSerializers

public static void setRedisSerializers(boolean redisTemplateSet,
                                       org.w3c.dom.Element element,
                                       org.springframework.beans.factory.xml.ParserContext parserContext,
                                       org.springframework.beans.factory.support.BeanDefinitionBuilder builder)

Spring Integration