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
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 TypeMethodDescriptionvoidStorageConfigurationManager.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 TypeMethodDescriptionvoidEncoderRegistry.registerWrapper(Wrapper wrapper) Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0.voidEncoderRegistryImpl.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)