Class SessionUnwrapMapper<K,V extends SessionEntity>

java.lang.Object
org.keycloak.models.sessions.infinispan.stream.SessionUnwrapMapper<K,V>
Type Parameters:
K - The key type.
V - The value type.
All Implemented Interfaces:
Function<Map.Entry<K,SessionEntityWrapper<V>>,V>

@ProtoTypeId(65612) public class SessionUnwrapMapper<K,V extends SessionEntity> extends Object implements Function<Map.Entry<K,SessionEntityWrapper<V>>,V>
A Function to unwrap the SessionEntity from the SessionEntityWrapper.

The SessionEntityWrapper is part of the value of Map.Entry.