Class EnumMarshallerAdapter<E extends Enum<E>>

  • All Implemented Interfaces:
    org.infinispan.protostream.BaseMarshaller<E>, org.infinispan.protostream.EnumMarshaller<E>, org.infinispan.protostream.ProtobufTagMarshaller<E>, Marshallable<E>, ProtoStreamMarshaller<E>

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

      • EnumMarshallerAdapter

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

      • getTypeName

        public String getTypeName()