Class IdentityWrapper
- java.lang.Object
-
- org.infinispan.commons.dataconversion.IdentityWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static IdentityWrapperINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byteid()booleanisFilterable()java.lang.Objectunwrap(java.lang.Object obj)java.lang.Objectwrap(java.lang.Object obj)
-
-
-
Field Detail
-
INSTANCE
public static final IdentityWrapper INSTANCE
-
-
Method Detail
-
unwrap
public java.lang.Object unwrap(java.lang.Object obj)
-
isFilterable
public boolean isFilterable()
- Specified by:
isFilterablein interfaceWrapper- Returns:
- true if the wrapped format is suitable to be indexed or filtered, thus avoiding extra unwrapping.
-
-