Java org.springframework.data.redis.support.collections RedisCollectionFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.support.collections RedisCollectionFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.support.collections RedisCollectionFactoryBean.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
RedisStoregetObject()
voidsetKey(String key)
Sets the key of the store.
voidsetTemplate(RedisTemplate template)
Sets the template used by the resulting store.
voidsetType(CollectionType type)
Sets the store type.