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