Uses of Class
org.infinispan.cache.impl.EncoderValueMapper
-
Packages that use EncoderValueMapper Package Description org.infinispan.cache.impl -
-
Uses of EncoderValueMapper in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return EncoderValueMapper Modifier and Type Method Description EncoderValueMapper
EncoderValueMapper.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.cache.impl that return types with arguments of type EncoderValueMapper Modifier and Type Method Description Set<Class<? extends EncoderValueMapper>>
EncoderValueMapper.Externalizer. getTypeClasses()
Methods in org.infinispan.cache.impl with parameters of type EncoderValueMapper Modifier and Type Method Description void
EncoderValueMapper.Externalizer. writeObject(ObjectOutput output, EncoderValueMapper object)
-