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 -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Collection<Object>>
Function<T,Object> accessor()Methods inherited from class org.wildfly.clustering.marshalling.spi.ObjectExternalizer
getTargetClass, readObject, writeObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.Externalizer
size
-
Constructor Details
-
SingletonCollectionExternalizer
-
-
Method Details
-
accessor
-