Package org.infinispan.counter.api
Class CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5
- java.lang.Object
-
- org.infinispan.counter.api.CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<CounterType>
,org.infinispan.protostream.EnumMarshaller<CounterType>
public final class CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5 extends Object implements org.infinispan.protostream.EnumMarshaller<CounterType>
-
-
Constructor Summary
Constructors Constructor Description CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CounterType
decode(int $1)
int
encode(CounterType $1)
Class<CounterType>
getJavaClass()
String
getTypeName()
-
-
-
Method Detail
-
getJavaClass
public Class<CounterType> getJavaClass()
-
getTypeName
public String getTypeName()
-
decode
public CounterType decode(int $1)
-
encode
public int encode(CounterType $1) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-