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