public enum SessionAttributeMapEntryMarshaller extends Enum<SessionAttributeMapEntryMarshaller> implements ProtoStreamMarshaller<Map.Entry<String,UUID>>
ProtoStreamMarshaller for a session attribute map entry.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SessionAttributeMapEntry> |
getJavaClass() |
Map.Entry<String,UUID> |
readFrom(ProtoStreamReader reader) |
static SessionAttributeMapEntryMarshaller |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionAttributeMapEntryMarshaller[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeTo(ProtoStreamWriter writer,
Map.Entry<String,UUID> entry) |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetTypeName, read, writesizepublic static final SessionAttributeMapEntryMarshaller INSTANCE
public static SessionAttributeMapEntryMarshaller[] values()
for (SessionAttributeMapEntryMarshaller c : SessionAttributeMapEntryMarshaller.values()) System.out.println(c);
public static SessionAttributeMapEntryMarshaller valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Map.Entry<String,UUID> readFrom(ProtoStreamReader reader) throws IOException
readFrom in interface Marshallable<Map.Entry<String,UUID>>IOExceptionpublic void writeTo(ProtoStreamWriter writer, Map.Entry<String,UUID> entry) throws IOException
writeTo in interface Marshallable<Map.Entry<String,UUID>>IOExceptionpublic Class<? extends SessionAttributeMapEntry> getJavaClass()
getJavaClass in interface org.infinispan.protostream.BaseMarshaller<Map.Entry<String,UUID>>getJavaClass in interface Marshallable<Map.Entry<String,UUID>>Copyright © 2021 JBoss by Red Hat. All rights reserved.