Uses of Interface
org.infinispan.commons.dataconversion.Wrapper
Packages that use Wrapper
Package
Description
-
Uses of Wrapper in org.infinispan.commons.dataconversion
Classes in org.infinispan.commons.dataconversion that implement WrapperModifier and TypeClassDescriptionclassWraps byte[] on aWrappedByteArrayto provide equality and hashCode support, leaving other objects unchanged.classA wrapper that does not change the content. -
Uses of Wrapper in org.infinispan.encoding.impl
Methods in org.infinispan.encoding.impl that return WrapperModifier and TypeMethodDescriptionStorageConfigurationManager.getKeyWrapper()StorageConfigurationManager.getValueWrapper()StorageConfigurationManager.getWrapper(boolean isKey) Methods in org.infinispan.encoding.impl with parameters of type WrapperModifier and TypeMethodDescriptionvoidStorageConfigurationManager.overrideWrapper(Wrapper keyWrapper, Wrapper valueWrapper) -
Uses of Wrapper in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core with parameters of type Wrapper