Class SingletonCollectionExternalizer<T extends Collection<Object>>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.spi.ObjectExternalizer<T>
-
- org.wildfly.clustering.marshalling.spi.util.SingletonCollectionExternalizer<T>
-
- All Implemented Interfaces:
Externalizer<T>
public class SingletonCollectionExternalizer<T extends Collection<Object>> extends ObjectExternalizer<T>
Externalizer for singleton collections.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SingletonCollectionExternalizer(Function<Object,T> factory)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Collection<Object>>
Function<T,Object>accessor()-
Methods inherited from class org.wildfly.clustering.marshalling.spi.ObjectExternalizer
getTargetClass, readObject, writeObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.Externalizer
size
-
-