@Configuration @ConditionalOnClass(value=org.springframework.data.redis.core.RedisTemplate.class) @ConditionalOnBean(value=org.springframework.data.redis.connection.RedisConnectionFactory.class) public static class SessionAutoConfigurationAfter.RedisSessionConfigurationCustom extends Object implements org.springframework.beans.factory.BeanClassLoaderAware
| Constructor and Description |
|---|
RedisSessionConfigurationCustom() |
| Modifier and Type | Method and Description |
|---|---|
void |
setBeanClassLoader(ClassLoader classLoader) |
org.springframework.data.redis.serializer.RedisSerializer<Object> |
springSessionDefaultRedisSerializer() |
@Bean public org.springframework.data.redis.serializer.RedisSerializer<Object> springSessionDefaultRedisSerializer()
public void setBeanClassLoader(ClassLoader classLoader)
setBeanClassLoader in interface org.springframework.beans.factory.BeanClassLoaderAwareCopyright © 2017 Pivotal Software, Inc.. All rights reserved.