Class AbstractCollectionMarshaller<T extends Collection<Object>>

    • Constructor Detail

      • AbstractCollectionMarshaller

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