Class EnumMarshallerAdapter<E extends Enum<E>>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.EnumMarshaller<E>
org.wildfly.clustering.marshalling.protostream.EnumMarshallerAdapter<E>
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<E>, org.infinispan.protostream.EnumMarshaller<E>, org.infinispan.protostream.ProtobufTagMarshaller<E>, Marshallable<E>, ProtoStreamMarshaller<E>, Readable<E>, Writable<E>

public class EnumMarshallerAdapter<E extends Enum<E>> extends EnumMarshaller<E>
Adapts a EnumMarshaller to a ProtoStreamMarshaller.
Author:
Paul Ferraro
  • Constructor Details

    • EnumMarshallerAdapter

      public EnumMarshallerAdapter(org.infinispan.protostream.EnumMarshaller<E> marshaller)
  • Method Details

    • getTypeName

      public String getTypeName()