Class AbstractMapMarshaller<T extends Map<Object,​Object>>

    • Constructor Detail

      • AbstractMapMarshaller

        public AbstractMapMarshaller​(Class<? extends T> mapClass)
    • Method Detail

      • getJavaClass

        public Class<? extends T> 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<T extends Map<Object,​Object>>
        Specified by:
        getJavaClass in interface Marshallable<T extends Map<Object,​Object>>
        Returns:
        the type of object handled by this marshallable instance.