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.MetaLifespan
MetaParam.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.MetaLifespan
MetaParamExternalizers.LifespanExternalizer. readObject(ObjectInput input)
Methods in org.infinispan.marshall.exts that return types with arguments of type MetaParam.MetaLifespan Modifier and Type Method Description Set<Class<? extends MetaParam.MetaLifespan>>
MetaParamExternalizers.LifespanExternalizer. getTypeClasses()
Methods in org.infinispan.marshall.exts with parameters of type MetaParam.MetaLifespan Modifier and Type Method Description void
MetaParamExternalizers.LifespanExternalizer. writeObject(ObjectOutput output, MetaParam.MetaLifespan object)
-