Uses of Enum Class
org.springframework.boot.session.data.redis.autoconfigure.RedisSessionProperties.RepositoryType
Packages that use RedisSessionProperties.RepositoryType
Package
Description
Auto-configuration for Spring Session Data Redis.
-
Uses of RedisSessionProperties.RepositoryType in org.springframework.boot.session.data.redis.autoconfigure
Subclasses with type arguments of type RedisSessionProperties.RepositoryType in org.springframework.boot.session.data.redis.autoconfigureModifier and TypeClassDescriptionstatic enum
Type of Redis session repository to auto-configure.Methods in org.springframework.boot.session.data.redis.autoconfigure that return RedisSessionProperties.RepositoryTypeModifier and TypeMethodDescriptionRedisSessionProperties.getRepositoryType()
Returns the enum constant of this class with the specified name.RedisSessionProperties.RepositoryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.session.data.redis.autoconfigure with parameters of type RedisSessionProperties.RepositoryTypeModifier and TypeMethodDescriptionvoid
RedisSessionProperties.setRepositoryType
(RedisSessionProperties.RepositoryType repositoryType)