Class EnumMapMarshaller<E extends Enum<E>>

    • Constructor Detail

      • EnumMapMarshaller

        public EnumMapMarshaller()
    • Method Detail

      • getJavaClass

        public Class<? extends EnumMap<E,​Object>> getJavaClass()
        Description copied from interface: Marshallable
        Returns the type of object handled by this marshallable instance.
        Specified by:
        getJavaClass in interface org.infinispan.protostream.BaseMarshaller<E extends Enum<E>>
        Specified by:
        getJavaClass in interface Marshallable<E extends Enum<E>>
        Returns:
        the type of object handled by this marshallable instance.