Class IdentityWrapper
- java.lang.Object
-
- org.infinispan.commons.dataconversion.IdentityWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static IdentityWrapper
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
id()
boolean
isFilterable()
Object
unwrap(Object obj)
Object
wrap(Object obj)
-
-
-
Field Detail
-
INSTANCE
public static final IdentityWrapper INSTANCE
-
-
Method Detail
-
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.
-
-