Class BoundedCollectionExternalizer<T extends Collection<Object>>

java.lang.Object
org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer<T,Void,Integer>
org.wildfly.clustering.marshalling.spi.util.BoundedCollectionExternalizer<T>
All Implemented Interfaces:
Externalizer<T>
Direct Known Subclasses:
HashSetExternalizer

public class BoundedCollectionExternalizer<T extends Collection<Object>> extends CollectionExternalizer<T,Void,Integer>
Externalizer for bounded implementations of Collection.
Author:
Paul Ferraro
  • Constructor Details

    • BoundedCollectionExternalizer

      public BoundedCollectionExternalizer(Class<T> targetClass, IntFunction<T> factory)