Class AbstractIdMask

    • Constructor Detail

      • AbstractIdMask

        public AbstractIdMask()
    • Method Detail

      • apply

        public final Long apply​(Long id)
        Description copied from interface: IdMask
        Applies the mask for the given object identifier
        Specified by:
        apply in interface IdMask
      • apply

        public final Long apply​(Object object)
        Description copied from interface: IdMask
        Applies the mask for the given object if it is a Long. Otherwise, returns as is
        Specified by:
        apply in interface IdMask
      • remove

        public final Long remove​(Long id)
        Description copied from interface: IdMask
        Removes the mask from the given object identifier
        Specified by:
        remove in interface IdMask
      • remove

        public final Long remove​(Object object)
        Description copied from interface: IdMask
        Removes the mask from the given object if it is a Long. Otherwise, returns as is
        Specified by:
        remove in interface IdMask