Uses of Class
org.infinispan.functional.MetaParam.MetaEntryVersion
-
Packages that use MetaParam.MetaEntryVersion Package Description org.infinispan.marshall.exts Externalizers for various JDK types that are marshalled using the marshalling framework. -
-
Uses of MetaParam.MetaEntryVersion in org.infinispan.marshall.exts
Methods in org.infinispan.marshall.exts that return MetaParam.MetaEntryVersion Modifier and Type Method Description MetaParam.MetaEntryVersion
MetaParamExternalizers.EntryVersionParamExternalizer. readObject(java.io.ObjectInput input)
Methods in org.infinispan.marshall.exts that return types with arguments of type MetaParam.MetaEntryVersion Modifier and Type Method Description java.util.Set<java.lang.Class<? extends MetaParam.MetaEntryVersion>>
MetaParamExternalizers.EntryVersionParamExternalizer. getTypeClasses()
Methods in org.infinispan.marshall.exts with parameters of type MetaParam.MetaEntryVersion Modifier and Type Method Description void
MetaParamExternalizers.EntryVersionParamExternalizer. writeObject(java.io.ObjectOutput output, MetaParam.MetaEntryVersion object)
-