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
.
-
Method Summary
Modifier and TypeMethodDescriptionapply
(Map.Entry<K, SessionEntityWrapper<V>> entry) static <K1,
V1 extends SessionEntity>
SessionUnwrapMapper<K1,V1>
-
Method Details
-
getInstance
-
apply
- Specified by:
apply
in interfaceFunction<K,
V extends SessionEntity>
-