Interface Wrapper
-
- All Known Implementing Classes:
ByteArrayWrapper,IdentityWrapper
public interface WrapperA 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 byteid()booleanisFilterable()Objectunwrap(Object obj)Objectwrap(Object obj)
-