Class MapSessionProtoAdapter.SessionAttribute
- java.lang.Object
-
- org.infinispan.spring.common.session.MapSessionProtoAdapter.SessionAttribute
-
- Enclosing class:
- MapSessionProtoAdapter
@ProtoTypeId(5902) public static class MapSessionProtoAdapter.SessionAttribute extends Object
-
-
Constructor Summary
Constructors Constructor Description SessionAttribute(String name, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
byte[]
getSerializedBytes()
Object
getValue()
org.infinispan.protostream.WrappedMessage
getWrappedMessage()
-