Uses of Interface
org.infinispan.commons.dataconversion.Wrapper
-
Packages that use Wrapper Package Description org.infinispan.commons.dataconversion -
-
Uses of Wrapper in org.infinispan.commons.dataconversion
Classes in org.infinispan.commons.dataconversion that implement Wrapper Modifier and Type Class Description class
ByteArrayWrapper
Wraps byte[] on aWrappedByteArray
to provide equality and hashCode support, leaving other objects unchanged.class
IdentityWrapper
A wrapper that does not change the content.Methods in org.infinispan.commons.dataconversion with parameters of type Wrapper Modifier and Type Method Description static Object
EncodingUtils. fromStorage(Object stored, Encoder encoder, Wrapper wrapper)
Deprecated.Decode object from storage format.static Object
EncodingUtils. toStorage(Object toStore, Encoder encoder, Wrapper wrapper)
Deprecated.Encode object to storage format.
-