public interface Wrapper
Encoder.
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.| Modifier and Type | Method and Description |
|---|---|
byte |
id() |
boolean |
isFilterable() |
Object |
unwrap(Object obj) |
Object |
wrap(Object obj) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.