Class IdentityWrapper
java.lang.Object
org.infinispan.commons.dataconversion.IdentityWrapper
- All Implemented Interfaces:
Wrapper
A wrapper that does not change the content.
-
Field Summary
-
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
wrap
-
unwrap
-
id
public byte id() -
isFilterable
public boolean isFilterable()- Specified by:
isFilterable
in interfaceWrapper
- Returns:
- true if the wrapped format is suitable to be indexed or filtered, thus avoiding extra unwrapping.
-