Interface Wrapper
-
- All Known Implementing Classes:
ByteArrayWrapper
,IdentityWrapper
public interface Wrapper
A Wrapper is used to decorate objects produced by theEncoder
. A Wrapper, contrary to the Encoder, does not cause data conversion and it's used to provide additional behaviour to the encoded data such as equality/hashCode and indexing capabilities.- Since:
- 9.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
id()
boolean
isFilterable()
java.lang.Object
unwrap(java.lang.Object obj)
java.lang.Object
wrap(java.lang.Object obj)
-