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 TypeClassDescriptionclass
Wraps byte[] on aWrappedByteArray
to provide equality and hashCode support, leaving other objects unchanged.class
A wrapper that does not change the content. -
Uses of Wrapper in org.infinispan.encoding
Methods in org.infinispan.encoding that return WrapperModifier and TypeMethodDescriptionDataConversion.getWrapper()
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0.Method parameters in org.infinispan.encoding with type arguments of type WrapperModifier and TypeMethodDescriptionDataConversion.withWrapping
(Class<? extends Wrapper> wrapperClass) Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. -
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 TypeMethodDescriptionvoid
StorageConfigurationManager.overrideWrapper
(Wrapper keyWrapper, Wrapper valueWrapper) -
Uses of Wrapper in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return WrapperModifier and TypeMethodDescriptionEncoderRegistry.getWrapper
(Class<? extends Wrapper> wrapperClass, byte wrapperId) Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0.EncoderRegistryImpl.getWrapper
(Class<? extends Wrapper> clazz, byte wrapperId) Methods in org.infinispan.marshall.core with parameters of type WrapperModifier and TypeMethodDescriptionvoid
EncoderRegistry.registerWrapper
(Wrapper wrapper) Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0.void
EncoderRegistryImpl.registerWrapper
(Wrapper wrapper) Method parameters in org.infinispan.marshall.core with type arguments of type WrapperModifier and TypeMethodDescriptionEncoderRegistry.getWrapper
(Class<? extends Wrapper> wrapperClass, byte wrapperId) Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0.EncoderRegistryImpl.getWrapper
(Class<? extends Wrapper> clazz, byte wrapperId)