Class RedisSessionMapper
java.lang.Object
org.springframework.session.data.redis.RedisSessionMapper
- All Implemented Interfaces:
BiFunction<String,
Map<String, Object>, MapSession>
public final class RedisSessionMapper
extends Object
implements BiFunction<String,Map<String,Object>,MapSession>
- Since:
- 2.2.0
-
Constructor Details
-
RedisSessionMapper
public RedisSessionMapper()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<String,
Map<String, Object>, MapSession>
-