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>
A Function that converts a Map representing Redis hash to a MapSession.
Since:
2.2.0