Class IdentityWrapper

  • All Implemented Interfaces:
    Wrapper

    public class IdentityWrapper
    extends Object
    implements Wrapper
    A wrapper that does not change the content.
    • Method Detail

      • id

        public byte id()
        Specified by:
        id in interface Wrapper
      • isFilterable

        public boolean isFilterable()
        Specified by:
        isFilterable in interface Wrapper
        Returns:
        true if the wrapped format is suitable to be indexed or filtered, thus avoiding extra unwrapping.