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