Class EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1
- java.lang.Object
-
- org.infinispan.util.logging.events.EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<EventLogLevel>,org.infinispan.protostream.EnumMarshaller<EventLogLevel>
public final class EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1 extends Object implements org.infinispan.protostream.EnumMarshaller<EventLogLevel>
-
-
Constructor Summary
Constructors Constructor Description EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventLogLeveldecode(int $1)intencode(EventLogLevel $1)Class<EventLogLevel>getJavaClass()StringgetTypeName()
-
-
-
Method Detail
-
getJavaClass
public Class<EventLogLevel> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<EventLogLevel>
-
getTypeName
public String getTypeName()
- Specified by:
getTypeNamein interfaceorg.infinispan.protostream.BaseMarshaller<EventLogLevel>
-
decode
public EventLogLevel decode(int $1)
- Specified by:
decodein interfaceorg.infinispan.protostream.EnumMarshaller<EventLogLevel>
-
encode
public int encode(EventLogLevel $1) throws IllegalArgumentException
- Specified by:
encodein interfaceorg.infinispan.protostream.EnumMarshaller<EventLogLevel>- Throws:
IllegalArgumentException
-
-