Class RedisSessionMapper

java.lang.Object
org.springframework.session.data.redis.RedisSessionMapper
All Implemented Interfaces:
BiFunction<String,Map<String,Object>,org.springframework.session.MapSession>

public final class RedisSessionMapper extends Object implements BiFunction<String,Map<String,Object>,org.springframework.session.MapSession>
A Function that converts a Map representing Redis hash to a MapSession.
Since:
2.2.0
  • Constructor Details

    • RedisSessionMapper

      public RedisSessionMapper()
  • Method Details